Skip to content

Add CI: fmt, clippy, test, build - #14

Merged
moose25 merged 1 commit into
mainfrom
infra/ci
Jul 6, 2026
Merged

Add CI: fmt, clippy, test, build#14
moose25 merged 1 commit into
mainfrom
infra/ci

Conversation

@moose25

@moose25 moose25 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Sets up GitHub Actions to gate every PR on cargo fmt --check, cargo clippy -D warnings, cargo test, and a release build.

Also makes the existing code pass those checks:

  • #[allow(clippy::excessive_precision)] on the two Oklab conversion fns (the coefficients are the canonical published matrices)
  • applied rustfmt

Closes #11.

GitHub Actions runs fmt --check, clippy -D warnings, tests, and a
release build on PRs and main. Allow excessive_precision on the two
Oklab conversion fns (canonical constants) and apply rustfmt.
@moose25
moose25 merged commit b914765 into main Jul 6, 2026
1 check passed
@moose25
moose25 deleted the infra/ci branch July 6, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: fmt, clippy, test, build

1 participant