summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/CICD.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index d1e289c3..f43fd047 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -131,6 +131,13 @@ jobs:
- name: Show man page
run: man $(find . -name bat.1)
+ cargo-audit:
+ name: cargo audit
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - run: cargo audit
+
build:
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}