Skip to content

Merge pull request #77 from Perl/dependabot/github_actions/asdf-vm/ac… #18

Merge pull request #77 from Perl/dependabot/github_actions/asdf-vm/ac…

Merge pull request #77 from Perl/dependabot/github_actions/asdf-vm/ac… #18

Workflow file for this run

name: Actions Workflows
on:
push:
paths:
- ".github/workflows/*"
pull_request:
paths:
- ".github/workflows/*"
jobs:
actions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Install action-validator with asdf
uses: asdf-vm/actions/install@v4
with:
tool_versions: |
action-validator 0.5.1
- name: Lint Actions
run: |
find .github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
| xargs -I {} action-validator --verbose {}