Skip to content

Commit

Permalink
Add clippy to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Aug 24, 2023
1 parent 5d270f2 commit b840376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
components: rustfmt, clippy
- name: Check code format
run: cargo fmt -- --check
- name: Check clippy
run: cargo clippy -- --deny warnings
- name: Build
run: cargo build --verbose
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit b840376

Please sign in to comment.