Skip to content

ci: add rustsec cargo-audit workflow #196

ci: add rustsec cargo-audit workflow

ci: add rustsec cargo-audit workflow #196

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- ".github/**"
merge_group:
push:
paths:
- ".github/**"
permissions: {}
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61
with:
fail_level: "any"