Skip to content

Merge pull request #2 from ahkohd/renovate/tauri-apps-create-pull-req… #3

Merge pull request #2 from ahkohd/renovate/tauri-apps-create-pull-req…

Merge pull request #2 from ahkohd/renovate/tauri-apps-create-pull-req… #3

Workflow file for this run

{{{{raw}}}}

Check failure on line 1 in .github/workflows/audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/audit.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
name: Audit
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- main
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
{{{{/raw}}}}