5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-11 08:56:55 +00:00
vault-action/.github/workflows/actionlint.yaml
2023-06-08 10:29:51 -05:00

9 lines
255 B
YAML

name: Lint GitHub Actions Workflows
on:
push:
paths:
- '.github/workflows/**'
jobs:
actionlint:
# using `main` as the ref will keep your workflow up-to-date
uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main