Skip to content

Commit

Permalink
ci: remove outdated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 30, 2024
1 parent 8882167 commit 9fbd311
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,5 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1

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

0 comments on commit 9fbd311

Please sign in to comment.