Skip to content

Improve CI to make it work again #65

Improve CI to make it work again

Improve CI to make it work again #65

Workflow file for this run

name: Audit Rust dependencies
on:
pull_request:
paths:
- .github/workflows/*.yml
- Cargo.toml
- Cargo.lock
schedule:
# At 06:20 UTC every day. Will create an issue if a CVE is found.
- cron: '20 6 * * *'
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
name: Audit Rust Dependencies
with:
denyWarnings: true