mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-27 00:14:52 +03:00
audit code
This commit is contained in:
parent
840a33d620
commit
76bd93dca1
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 New Issue
Block a user