Skip to content

Disable all checks not needed for us #1

Disable all checks not needed for us

Disable all checks not needed for us #1

Workflow file for this run

#name: Run cargo-audit
#on:
# schedule:
# - cron: '0 0 * * *'
#jobs:
# security_audit:
# if: github.repository == 'bytecodealliance/wasmtime'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: true
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}