Skip to content

Commit

Permalink
disable clippy on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Jan 27, 2020
1 parent 075b5b5 commit 67ace5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
fail-fast: false
matrix:
component:
- clippy
- rustfmt
steps:
- uses: actions/checkout@master
Expand All @@ -41,9 +40,6 @@ jobs:
- name: Install component
shell: bash
run: rustup component add ${{ matrix.component }}
- name: cargo clippy
if: matrix.component == 'clippy'
run: cargo clippy --all-features
- name: cargo fmt
if: matrix.component == 'rustfmt'
run: cargo fmt -- --check
Expand Down

0 comments on commit 67ace5b

Please sign in to comment.