Skip to content

Merge pull request #6013 from MacondoExpress/future-is-just-another-d… #6256

Merge pull request #6013 from MacondoExpress/future-is-just-another-d…

Merge pull request #6013 from MacondoExpress/future-is-just-another-d… #6256

name: "Lint GitHub Actions"
on:
push:
branches:
- dev
pull_request:
branches:
- dev
paths:
- ".github/workflows/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1.64.1
with:
reporter: github-check
fail_on_error: true