Skip to content

Bump reviewdog/action-actionlint from a1b7ce56be870acfe94b83ce5f6da076aecc6d8c to abd537417cf4991e1ba8e21a67b1119f4f53b8e0 #3

Bump reviewdog/action-actionlint from a1b7ce56be870acfe94b83ce5f6da076aecc6d8c to abd537417cf4991e1ba8e21a67b1119f4f53b8e0

Bump reviewdog/action-actionlint from a1b7ce56be870acfe94b83ce5f6da076aecc6d8c to abd537417cf4991e1ba8e21a67b1119f4f53b8e0 #3

Workflow file for this run

---
name: GitHub Actions
on:
pull_request:
paths:
- ".github/workflows/*"
jobs:
lint:
name: Lint
# These permissions are needed to:
# - Checkout the Git repo (`contents: read`)
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#use-actionlint-on-github-actions
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#reviewdog
# https://github.com/reviewdog/reviewdog#filter-mode
# No support for non-workflows yet: https://github.com/rhysd/actionlint/issues/46
- uses: reviewdog/action-actionlint@fafbcd6731647e01e0a960020fb00370382c46a7 # v1.62.0
with:
fail_level: error
filter_mode: nofilter # Post results on all results and not just changed files