Skip to content

Commit

Permalink
fix: remove clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Nov 17, 2022
1 parent 85d70d7 commit 471b078
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,6 @@ jobs:
command: fmt
args: --all -- --check

clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- name: Check
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features -- -D warnings

benches:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 471b078

Please sign in to comment.