Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joatin committed Mar 11, 2022
1 parent 71737b2 commit e1ad505
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Fmt
uses: actions-rs/cargo@v1
with:
command: fmt --all -- --check
run: cargo fmt --all -- --check
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
run: cargo clippy

0 comments on commit e1ad505

Please sign in to comment.