Skip to content

Commit 181c990

Browse files
zwpapermeain
authored andcommitted
ci: ✨ add clap deprecated checks
Signed-off-by: zwPapEr <[email protected]>
1 parent da61909 commit 181c990

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
with:
3939
command: clippy
4040
args: --tests -- -D warnings
41+
- name: "`clap` deprecated checks"
42+
if: success() || failure() # run regardless of prior step ("`fmt` testing") success/failure
43+
uses: actions-rs/cargo@v1
44+
with:
45+
command: check
46+
args: --features clap/deprecated
4147

4248
min_version:
4349
name: MinSRV # Minimum supported rust version

0 commit comments

Comments
 (0)