ci(lint): stop linting with nightly

This commit is contained in:
Christian Clason 2025-06-26 14:34:18 +02:00 committed by Christian Clason
parent 462fcd7c30
commit 2bc8aa939f
3 changed files with 4 additions and 21 deletions

View file

@ -34,22 +34,11 @@ jobs:
toolchain: stable
components: clippy, rustfmt
- name: Set up nightly Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: clippy, rustfmt
- name: Lint files
run: |
make lint
make lint-web
- name: Lint files (Rust nightly)
continue-on-error: true
run: |
make lint-nightly
sanitize:
uses: ./.github/workflows/sanitize.yml