Skip to content

Commit

Permalink
ci: disable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Nov 22, 2023
1 parent 31f9a25 commit 53b2c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
./convco check ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
rm convco
check_fmt:
check_fmt_clippy:
name: Check Format
needs: check_commit
runs-on: ubuntu-latest
Expand All @@ -34,8 +34,8 @@ jobs:
- name: cargo-fmt
run: cargo fmt --all --check

- name: clippy
run: cargo clippy --all-features -- -D warnings
#- name: clippy
# run: cargo clippy --all-features -- -D warnings

linux:
name: linux
Expand Down

0 comments on commit 53b2c6f

Please sign in to comment.