Put args in the proper place in CI action

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2024-02-28 12:34:52 +01:00
parent 9a3219257e
commit 3fa5b8a55c
+2 -1
View File
@@ -25,7 +25,8 @@ jobs:
- name: Run tests
run: cargo test --verbose
- uses: clechasseur/rs-fmt-check@v2
args: --all -- --check
with:
args: --all -- --check
- uses: giraffate/clippy-action@v1
with:
clippy-flags: -- -D warnings