Skip to content

Merge pull request #382 from Behat/dependabot/github_actions/actions/… #31

Merge pull request #382 from Behat/dependabot/github_actions/actions/…

Merge pull request #382 from Behat/dependabot/github_actions/actions/… #31

Workflow file for this run

name: Lint Actions
on:
pull_request:
paths:
- '.github/workflows/*.yml'
push:
branches:
- master
paths:
- '.github/workflows/*.yml'
jobs:
check_actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: reviewdog/action-actionlint@v1
with:
fail_level: 'any'
filter_mode: 'nofilter'