Skip to content

Commit 55e48c0

Browse files
authored
chore(ci): Remove deny job (#2255)
Removing the deny ci job it has become more of a pain to manage than actually helpful.
1 parent 50253f1 commit 55e48c0

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
components: rustfmt
2626
- run: cargo fmt --all --check
2727

28-
deny:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v4
32-
- uses: hecrj/setup-rust-action@v2
33-
- uses: taiki-e/install-action@cargo-deny
34-
- run: cargo deny check
35-
3628
clippy:
3729
runs-on: ubuntu-latest
3830
steps:

deny.toml

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

0 commit comments

Comments
 (0)