Skip to content

Commit 1857c94

Browse files
committed
remove nightly lint as it seems hard to make it 'advisory only'.
And even if it was advisory only, what good does it do if nobody looks at it? And I know myself :D.
1 parent 6c0f7e9 commit 1857c94

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,6 @@ jobs:
173173
# than allows is no problem either if it comes to that.
174174
just check-size || true
175175
176-
lint-nightly:
177-
runs-on: ubuntu-latest
178-
continue-on-error: true
179-
steps:
180-
- uses: actions/checkout@v3
181-
- uses: dtolnay/rust-toolchain@master
182-
with:
183-
toolchain: nightly
184-
components: clippy,rustfmt
185-
- uses: extractions/setup-just@v1
186-
- name: Run cargo check -Zcheck-cfg
187-
if: '!cancelled()'
188-
run: cargo check -Zcheck-cfg
189-
- name: Run cargo clippy
190-
if: '!cancelled()'
191-
run: just clippy -D warnings
192-
- name: Run cargo doc
193-
if: '!cancelled()'
194-
run: just doc
195-
- name: Run cargo fmt
196-
if: '!cancelled()'
197-
run: cargo fmt --all -- --check
198-
199176
cargo-deny:
200177
runs-on: ubuntu-latest
201178
strategy:

0 commit comments

Comments
 (0)