Skip to content

Commit

Permalink
Leave out cargo-audit for a dedicated PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jan 21, 2024
1 parent cfbae33 commit 79606b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/nannou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- run: nix fmt -- --check ./

cargo-audit:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

cargo-fmt-check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 79606b0

Please sign in to comment.