Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: Require rustfmt check
  • Loading branch information
bluss committed Aug 3, 2024
commit 3de33e4f5a3a0335d7957347864f8c69a8dc073d
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
conclusion:
needs:
- clippy
# - format # should format be required?
- format # should format be required?
- nostd
- tests
- cross_test
Expand Down