backport of commit 1fe69f2ef5b2993fb754e141ff6dd30d33704a9f #107
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |