mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Rename 'cargo-clippy' mach command to just 'clippy' (#34481)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
1eedfd3cf3
commit
e4ec84fad1
2 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -55,6 +55,6 @@ jobs:
|
|||
# TODO: Do GitHub anotaions
|
||||
- name: Clippy
|
||||
run: |
|
||||
python3 ./mach cargo-clippy --use-crown --locked -- -- --deny warnings
|
||||
python3 ./mach clippy --use-crown --locked -- -- --deny warnings
|
||||
- name: Tidy
|
||||
run: python3 ./mach test-tidy --no-progress --all
|
Loading…
Add table
Add a link
Reference in a new issue