Skip to content

Commit

Permalink
ci: add rustfmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 24, 2024
1 parent 3a67018 commit 75b8546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
- name: "rustdoc"
run: cargo rustdoc -p riot-rs-embassy -- -D warnings

- name: rustfmt
run: cargo fmt --check --all

CI-success:
if: ${{ always() }}
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions src/riot-rs-embassy/src/arch/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 75b8546

Please sign in to comment.