Skip to content

Commit

Permalink
remove obsolete dep relationship checks
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 3, 2024
1 parent ca8cc17 commit e3b4177
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ defaults:
shell: bash

jobs:
dependency-sanity-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: scripts/check-dependencies.bash
validate-rust-git-rev-deps:
runs-on: ubuntu-latest
steps:
Expand Down
61 changes: 0 additions & 61 deletions scripts/check-dependencies.bash

This file was deleted.

0 comments on commit e3b4177

Please sign in to comment.