mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Turning off clippy warnings for now
This commit is contained in:
@@ -43,4 +43,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy -- --no-deps -D warnings
|
run: cargo clippy -- --no-deps # -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user