.github/linters: Add rustfmt check

This commit is contained in:
Zhaofeng Li 2022-07-29 22:13:09 -07:00
parent 62a3d1e6f8
commit 34bb2e4674

View file

@ -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"