CI: Fix the cargo fmt invocation.

This commit is contained in:
Damir Jelić 2020-12-08 10:44:19 +01:00
parent 795900cf39
commit e24fb8b471

View file

@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
check:
lint:
runs-on: ubuntu-latest
steps:
@ -21,7 +21,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --check
args: --all -- --check
- uses: actions-rs/cargo@v1
with: