Skip to content

Commit

Permalink
Disable clippy on v0.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 29, 2022
1 parent a679881 commit be8fefc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,16 @@ jobs:
- name: rustfmt
run: ./ci/rustfmt.sh

# Check clippy.
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: clippy
run: ./ci/clippy.sh
# This branch no longer actively developed. Most commits to this
# branch are backporting and should not be blocked by clippy.
# # Check clippy.
# clippy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@stable
# - name: clippy
# run: ./ci/clippy.sh

# Run miri.
miri:
Expand Down

0 comments on commit be8fefc

Please sign in to comment.