Skip to content

Update banner (#556) #787

Update banner (#556)

Update banner (#556) #787

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@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
with:
reporter: github-check
fail_on_error: true