Skip to content

Commit

Permalink
adding cargo components
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed Apr 26, 2020
1 parent 0763fdd commit 53479b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
FEATURE_BUILD: ${{matrix.feature_build}}
steps:
- uses: actions/checkout@v2
- name: Install cargo components
run: rustup component add rustfmt
- name: Verify Styles
run: cargo fmt --all -- --check
- uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit 53479b3

Please sign in to comment.