From: Colin Walters Date: Tue, 27 Apr 2021 17:08:57 +0000 (-0400) Subject: ci: Fix GH action for rustfmt X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~3^2~23^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=73a896e62c3400a8f5eb4337225c95287be621cb;p=ostree.git ci: Fix GH action for rustfmt Since we now have a toplevel workspace, just use that. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42eaac83..6a867d2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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