chore(ci): rename -all to --all (fix)

This commit is contained in:
MedzikUser 2022-03-02 22:23:00 +01:00
parent e1164e1147
commit 6ec952b60f
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: -all --check
args: --all --check