This commit is contained in:
Jonas Kruckenberg
2022-12-14 20:39:21 +01:00
parent 9a1fa9acbc
commit 36698d1436
22 changed files with 101 additions and 67 deletions
+4 -4
View File
@@ -3,19 +3,19 @@ name: Audit Rust
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
branches:
- dev
paths:
- '.github/workflows/audit-rust.yml'
- ".github/workflows/audit-rust.yml"
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- dev
paths:
- '.github/workflows/audit-rust.yml'
- ".github/workflows/audit-rust.yml"
- "**/Cargo.lock"
- "**/Cargo.toml"
@@ -30,4 +30,4 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}