Skip to content

Commit

Permalink
ci: ✨ add clap deprecated checks
Browse files Browse the repository at this point in the history
Signed-off-by: zwPapEr <zw.paper@gmail.com>
  • Loading branch information
zwpaper authored and meain committed Jan 12, 2023
1 parent da61909 commit 181c990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CICD.yml
Expand Up @@ -38,6 +38,12 @@ jobs:
with:
command: clippy
args: --tests -- -D warnings
- name: "`clap` deprecated checks"
if: success() || failure() # run regardless of prior step ("`fmt` testing") success/failure
uses: actions-rs/cargo@v1
with:
command: check
args: --features clap/deprecated

min_version:
name: MinSRV # Minimum supported rust version
Expand Down

0 comments on commit 181c990

Please sign in to comment.