ci: Remove lint check

This commit is contained in:
EmperorBale 2023-05-18 22:29:58 -07:00 committed by Bale
parent 2ca0140192
commit 79966e3d62
1 changed files with 0 additions and 4 deletions

View File

@ -66,10 +66,6 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check
- name: Lint AS3 playerglobals
if: runner.os == 'Linux' && matrix.rust_version == 'stable'
run: cargo run -p build_playerglobal -- lint
- name: Check clippy
# Don't fail the build for clippy on nightly, since we get a lot of false-positives
run: cargo clippy --all --all-features --tests ${{ (matrix.rust_version != 'nightly' && '-- -D warnings') || '' }}