Skip to content

Commit 4a71a6a

Browse files
author
Sven Lechner
committed
remove wrong flag
1 parent 772bd18 commit 4a71a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions-rs/cargo@v1
2828
with:
2929
command: fmt
30-
args: --all -- --check
30+
args: -- --check
3131

3232
check:
3333
name: Compilation check

0 commit comments

Comments
 (0)