Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 25, 2020
1 parent cebb577 commit d516592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
components: clippy, rustfmt
- name: Check format
run: cargo fmt --all -- --check
- name: Check fix
run: cargo fix
- name: Check with clippy
run: RUSTFLAGS="-D warnings" cargo clippy --all
- name: Build Release
Expand Down

0 comments on commit d516592

Please sign in to comment.