Skip to content

Commit

Permalink
misc(ci): format and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovács committed Nov 19, 2024
1 parent 43b45a4 commit e609f0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Run tests
run: cargo test --verbose

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

- name: Run cargo clippy
run: cargo clippy --all-targets

- name: Upload executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e609f0f

Please sign in to comment.