mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
audit code
This commit is contained in:
parent
840a33d620
commit
76bd93dca1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -24,3 +24,7 @@ jobs:
|
|||
run: cargo test --workspace
|
||||
- name: Run clippy
|
||||
run: cargo clean && cargo clippy --all-features
|
||||
- name: Security audit
|
||||
uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue