Skip to content

Commit

Permalink
CI: Add format checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 18, 2024
1 parent dd8f1f3 commit 4af21cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Format check
run: cargo fmt --check
- name: Clippy (no_std)
run: cargo clippy --verbose
- name: Clippy (with tests)
Expand Down

0 comments on commit 4af21cf

Please sign in to comment.