Skip to content

chore(deps): bump reviewdog/action-actionlint from 1.65.0 to 1.65.2 #5

chore(deps): bump reviewdog/action-actionlint from 1.65.0 to 1.65.2

chore(deps): bump reviewdog/action-actionlint from 1.65.0 to 1.65.2 #5

Workflow file for this run

name: Github Actions
on:
pull_request:
paths:
- '.github/**'
defaults:
run:
working-directory: ./.github
permissions:
contents: read
jobs:
actionlint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check