mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-05-31 12:54:43 +00:00
Put args in the proper place in CI action
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user