Merge pull request #2354 from cgwalters/fix-gh-action

ci: Fix GH action for rustfmt
This commit is contained in:
Jonathan Lebon 2021-04-27 15:23:02 -04:00 committed by GitHub
commit 89481ca4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,4 @@ jobs:
default: true
components: rustfmt, clippy
- name: cargo fmt (check)
run: cd tests/inst && cargo fmt -- --check -l
run: cargo fmt -- --check -l