Skip to content

Commit 3492e87

Browse files
authored
fix: ci (#22)
* fix: ci * refactor: no cargo deny, no cargo audit
1 parent a635def commit 3492e87

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,6 @@ jobs:
6363
- name: Check MSRV
6464
run: cargo check -p dwd
6565

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-
runs-on: ubuntu-latest
79-
steps:
80-
- uses: actions/checkout@v4
81-
- uses: EmbarkStudios/cargo-deny-action@v2
82-
8366
# Tests - run after format/clippy/check pass.
8467
test:
8568
name: Test

deny.toml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)