Skip to content

Commit be8fefc

Browse files
committed
Disable clippy on v0.8 branch
1 parent a679881 commit be8fefc

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,16 @@ jobs:
145145
- name: rustfmt
146146
run: ./ci/rustfmt.sh
147147

148-
# Check clippy.
149-
clippy:
150-
runs-on: ubuntu-latest
151-
steps:
152-
- uses: actions/checkout@v3
153-
- uses: dtolnay/rust-toolchain@stable
154-
- name: clippy
155-
run: ./ci/clippy.sh
148+
# This branch no longer actively developed. Most commits to this
149+
# branch are backporting and should not be blocked by clippy.
150+
# # Check clippy.
151+
# clippy:
152+
# runs-on: ubuntu-latest
153+
# steps:
154+
# - uses: actions/checkout@v3
155+
# - uses: dtolnay/rust-toolchain@stable
156+
# - name: clippy
157+
# run: ./ci/clippy.sh
156158

157159
# Run miri.
158160
miri:

0 commit comments

Comments
 (0)