Skip to content

Commit

Permalink
ci(gh-actions): check cargo fmt for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Jun 23, 2024
1 parent 6fddf90 commit d473b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions-rs/[email protected]
with:
toolchain: 1.77.2
- run: cargo fmt -- --check
- run: cargo fmt --all -- --check

0 comments on commit d473b08

Please sign in to comment.