Skip to content

Commit

Permalink
ci: move deny into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 9, 2024
1 parent 33139ab commit b155297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main

ci-success:
name: ci success
runs-on: ubuntu-latest
Expand All @@ -209,6 +212,7 @@ jobs:
- clippy
- docs
- fmt
- deny
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/deny.yml

This file was deleted.

0 comments on commit b155297

Please sign in to comment.