mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
ci(cargo): replace check by clippy
This commit is contained in:
parent
ce341df6c3
commit
38554ca2d7
1 changed files with 2 additions and 8 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -22,23 +22,17 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, windows-2022, macOS-14]
|
||||
lint: [check, test, clippy, fmt]
|
||||
lint: [clippy, test, fmt]
|
||||
exclude: # https://github.com/community/community/discussions/7835
|
||||
- os: windows-2022
|
||||
lint: clippy
|
||||
- os: windows-2022
|
||||
lint: fmt
|
||||
- os: macOS-14
|
||||
lint: clippy
|
||||
- os: macOS-14
|
||||
lint: fmt
|
||||
include:
|
||||
- lint: check
|
||||
- lint: clippy
|
||||
args: " --all-features"
|
||||
- lint: test
|
||||
args: ""
|
||||
- lint: clippy
|
||||
args: " --all-features"
|
||||
- lint: fmt
|
||||
args: " -- --check"
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue