Skip to content

Commit

Permalink
add clippy to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jun 25, 2020
1 parent 2c26085 commit 2bbb09e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ jobs:

- name: setup
run: |
rustup component add rustfmt
rustup component add clippy rustfmt
rustc --version
- name: clippy
run: cargo clippy -- -D warnings --all

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

Expand Down

0 comments on commit 2bbb09e

Please sign in to comment.