Skip to content

Commit 0f53637

Browse files
committed
ci: consolidate fmt check using --all
Signed-off-by: Benno Lossin <[email protected]>
1 parent 97c6ac8 commit 0f53637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
components: rustfmt
1717
- run: git config user.name "github-runner" && git config user.email "<>"
18-
- run: git rebase --exec 'cargo fmt --check' --root
19-
- run: git rebase --exec 'cd internal && cargo fmt --check' --root
18+
- run: git rebase --exec 'cargo fmt --check --all' --root
2019
readme:
2120
runs-on: ubuntu-latest
2221
steps:

0 commit comments

Comments
 (0)