Skip to content

Commit

Permalink
chore: adds cargo adit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 22, 2024
1 parent 6258391 commit 2136e95
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,20 @@ name: Cargo Audit
on:
push:
branches: [ main ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
branches: [ main ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'

env:
CARGO_TERM_COLOR: always

github-token:
action-input:
input: token
is-default: false
permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create check

jobs:
audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2136e95

Please sign in to comment.