mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
Fix --all flag
Co-authored-by: Ryan Chandler <ryangjchandler@gmail.com>
This commit is contained in:
parent
17ee655bb7
commit
1617ac9d00
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -32,4 +32,4 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: fmt
|
command: fmt
|
||||||
args: -all -- --check
|
args: --all -- --check
|
||||||
|
Loading…
Reference in New Issue
Block a user