Skip to content

Commit

Permalink
Drop cargo vet
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 12, 2024
1 parent 152903b commit 2d1618c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 445 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ jobs:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1

cargo-vet:
name: Vet Dependencies
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: "0.9.1"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v2
with:
path: ${{ runner.tool_cache }}/cargo-vet
key: cargo-vet-bin-${{ env.CARGO_VET_VERSION }}
- run: echo "${{ runner.tool_cache }}/cargo-vet/bin" >> $GITHUB_PATH
- run: cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet
- run: cargo vet

test:
strategy:
matrix:
Expand Down
76 changes: 0 additions & 76 deletions supply-chain/audits.toml

This file was deleted.

36 changes: 0 additions & 36 deletions supply-chain/config.toml

This file was deleted.

Loading

0 comments on commit 2d1618c

Please sign in to comment.