CI: Fix the cargo fmt invocation.

master
Damir Jelić 2020-12-08 10:44:19 +01:00
parent 795900cf39
commit e24fb8b471
1 changed files with 2 additions and 2 deletions

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: