ci: move deny to lint (#13230)

This commit is contained in:
DaniPopes
2024-12-09 16:03:50 +01:00
committed by GitHub
parent 49d3d82b64
commit 3bc7b00fb3
2 changed files with 4 additions and 27 deletions

View File

@ -251,6 +251,9 @@ jobs:
zepter --version
time zepter run check
deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
lint-success:
name: lint success
runs-on: ubuntu-latest
@ -269,6 +272,7 @@ jobs:
- no-test-deps
- features
- feature-propagation
- deny
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed