mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci: Fix GH action for rustfmt
Since we now have a toplevel workspace, just use that.
This commit is contained in:
parent
0fcf4a3f30
commit
73a896e62c
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