Skip to content

Commit

Permalink
Check code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerFetzer committed Mar 14, 2024
1 parent fe8c228 commit 1c663ee
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 @@ -19,6 +19,8 @@ jobs:
- name: Rustup
run: rustup update stable && rustup default stable
- uses: Swatinem/[email protected]
- name: Check Format
run: cargo fmt --verbose --check
- name: Build
run: cargo build --verbose
- name: Clippy
Expand Down

0 comments on commit 1c663ee

Please sign in to comment.