mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Merge pull request #3164 from epage/lint
chore(ci): Lint release builds
This commit is contained in:
commit
ac751c2721
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -181,3 +181,5 @@ jobs:
|
|||
run: make clippy-minimal
|
||||
- name: Lint (all)
|
||||
run: make clippy-full
|
||||
- name: Lint (release)
|
||||
run: make clippy-release
|
||||
|
|
2
.github/workflows/rust-next.yml
vendored
2
.github/workflows/rust-next.yml
vendored
|
@ -106,3 +106,5 @@ jobs:
|
|||
run: make clippy-minimal
|
||||
- name: Lint All
|
||||
run: make clippy-full
|
||||
- name: Lint (release)
|
||||
run: make clippy-release
|
||||
|
|
Loading…
Reference in a new issue