Skip to content

Commit

Permalink
ci: add fmt and clippy install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Oct 5, 2020
1 parent 8d37b0c commit a7f1d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-push-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
toolchain: nightly-2020-09-09
override: true
components: rustfmt, clippy
- name: Check
uses: actions-rs/cargo@v1
with:
Expand All @@ -73,6 +74,7 @@ jobs:
with:
toolchain: nightly-2020-09-09
override: true
components: rustfmt, clippy
- name: Check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a7f1d5c

Please sign in to comment.