mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Merge pull request #2354 from cgwalters/fix-gh-action
ci: Fix GH action for rustfmt
This commit is contained in:
commit
89481ca4be
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user