forked from DGNum/colmena
.github/linters: Add rustfmt check
This commit is contained in:
parent
62a3d1e6f8
commit
34bb2e4674
1 changed files with 3 additions and 0 deletions
3
.github/workflows/linters.yml
vendored
3
.github/workflows/linters.yml
vendored
|
@ -32,3 +32,6 @@ jobs:
|
|||
|
||||
- name: Check flake8
|
||||
run: nix-shell --run "flake8 manual/preprocess.py"
|
||||
|
||||
- name: Check rustfmt
|
||||
run: nix-shell --run "cargo fmt --check"
|
||||
|
|
Loading…
Reference in a new issue