This commit is contained in:
Sean OMeara 2022-12-14 17:33:52 +01:00
commit 85f0e7c140

View file

@ -29,6 +29,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: |
cargo fmt --all -- --check