Skip to content

Merge pull request #11683 from DestinyItemManager/dependabot/github_a… #12

Merge pull request #11683 from DestinyItemManager/dependabot/github_a…

Merge pull request #11683 from DestinyItemManager/dependabot/github_a… #12

name: Lint Workflows
on:
pull_request:
paths:
- '.github/workflows/**'
- '.github/actions/**'
push:
branches:
- master
paths:
- '.github/workflows/**'
- '.github/actions/**'
workflow_dispatch:
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- name: Run actionlint
uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
filter_mode: nofilter
fail_level: error
actionlint_flags: -color