Merge pull request #2354 from cgwalters/fix-gh-action
ci: Fix GH action for rustfmt
This commit is contained in:
commit
89481ca4be
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
default: true
|
default: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: cargo fmt (check)
|
- name: cargo fmt (check)
|
||||||
run: cd tests/inst && cargo fmt -- --check -l
|
run: cargo fmt -- --check -l
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue