Skip to content

Commit

Permalink
remove nightly lint as it seems hard to make it 'advisory only'.
Browse files Browse the repository at this point in the history
And even if it was advisory only, what good does it do if nobody looks
at it? And I know myself :D.
  • Loading branch information
Byron committed Nov 19, 2023
1 parent 6c0f7e9 commit 1857c94
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,6 @@ jobs:
# than allows is no problem either if it comes to that.
just check-size || true
lint-nightly:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy,rustfmt
- uses: extractions/setup-just@v1
- name: Run cargo check -Zcheck-cfg
if: '!cancelled()'
run: cargo check -Zcheck-cfg
- name: Run cargo clippy
if: '!cancelled()'
run: just clippy -D warnings
- name: Run cargo doc
if: '!cancelled()'
run: just doc
- name: Run cargo fmt
if: '!cancelled()'
run: cargo fmt --all -- --check

cargo-deny:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 1857c94

Please sign in to comment.