We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33139ab commit 06ad6d7Copy full SHA for 06ad6d7
.github/workflows/ci.yml
@@ -195,6 +195,9 @@ jobs:
195
components: rustfmt
196
- run: cargo fmt --all --check
197
198
+ deny:
199
+ uses: ithacaxyz/ci/.github/workflows/deny.yml@main
200
+
201
ci-success:
202
name: ci success
203
runs-on: ubuntu-latest
@@ -209,6 +212,7 @@ jobs:
209
212
- clippy
210
213
- docs
211
214
- fmt
215
+ - deny
216
steps:
217
- name: Decide whether the needed jobs succeeded or failed
218
uses: re-actors/alls-green@release/v1
.github/workflows/deny.yml
0 commit comments