Skip to content

Commit

Permalink
ci: move deny to ci (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 9, 2024
1 parent 6b91ff9 commit 1ac91c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,5 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

cfg-check:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo check -Zcheck-cfg --workspace
deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
18 changes: 0 additions & 18 deletions .github/workflows/deps.yml

This file was deleted.

0 comments on commit 1ac91c6

Please sign in to comment.