Add CI hook to check code formatting using cargo fmt --check (#18)
This commit is contained in:
committed by
GitHub
parent
b8b688f9d8
commit
6379e82105
@@ -148,6 +148,10 @@ cargo clippy
|
||||
|
||||
Once installed, you can use the [download command](#download-input-for-a-day).
|
||||
|
||||
### Check code formatting in CI
|
||||
|
||||
Uncomment the `format` job in the `ci.yml` workflow to enable fmt checks in CI.
|
||||
|
||||
### Enable clippy lints in CI
|
||||
|
||||
Uncomment the `clippy` job in the `ci.yml` workflow to enable clippy checks in CI.
|
||||
|
||||
Reference in New Issue
Block a user