mirror of
https://github.com/FuelLabs/sway.git
synced 2025-12-23 10:11:56 +00:00
Create nightly-cargo-audit.yml (#889)
This commit is contained in:
parent
7c34f24b68
commit
a3d6c5fd49
1 changed files with 14 additions and 0 deletions
14
.github/workflows/nightly-cargo-audit.yml
vendored
Normal file
14
.github/workflows/nightly-cargo-audit.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Nightly Cargo Audit
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
cargo_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue