Skip to content

Commit 06ad6d7

Browse files
authored
ci: move deny into ci (alloy-rs#1774)
1 parent 33139ab commit 06ad6d7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ jobs:
195195
components: rustfmt
196196
- run: cargo fmt --all --check
197197

198+
deny:
199+
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
200+
198201
ci-success:
199202
name: ci success
200203
runs-on: ubuntu-latest
@@ -209,6 +212,7 @@ jobs:
209212
- clippy
210213
- docs
211214
- fmt
215+
- deny
212216
steps:
213217
- name: Decide whether the needed jobs succeeded or failed
214218
uses: re-actors/alls-green@release/v1

.github/workflows/deny.yml

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

0 commit comments

Comments
 (0)