We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a635def commit 3492e87Copy full SHA for 3492e87
.github/workflows/ci.yml
@@ -63,23 +63,6 @@ jobs:
63
- name: Check MSRV
64
run: cargo check -p dwd
65
66
- # Security and license checks.
67
- audit:
68
- name: Security Audit
69
- runs-on: ubuntu-latest
70
- steps:
71
- - uses: actions/checkout@v4
72
- - uses: rustsec/audit-check@v2
73
- with:
74
- token: ${{ secrets.GITHUB_TOKEN }}
75
-
76
- deny:
77
- name: Cargo Deny
78
79
80
81
- - uses: EmbarkStudios/cargo-deny-action@v2
82
83
# Tests - run after format/clippy/check pass.
84
test:
85
name: Test
deny.toml
0 commit comments