Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Jan 25, 2021
1 parent 24c5bb0 commit e731ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,14 @@ jobs:
components: rustfmt, clippy

- name: cargo +${{ matrix.rust_toolchain }} fmt
if: ${{ always() }}
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check

- name: cargo +${{ matrix.rust_toolchain }} clippy
if: ${{ always() }}
uses: actions-rs/cargo@v1
with:
command: clippy
Expand All @@ -188,6 +190,7 @@ jobs:
components: rustfmt, clippy

- name: cargo +${{ matrix.rust_toolchain }} clippy
if: ${{ always() }}
uses: actions-rs/cargo@v1
with:
command: clippy
Expand Down

0 comments on commit e731ce8

Please sign in to comment.