Skip to content

build(deps): bump reviewdog/action-actionlint from 1.69.0 to 1.69.1 #56

build(deps): bump reviewdog/action-actionlint from 1.69.0 to 1.69.1

build(deps): bump reviewdog/action-actionlint from 1.69.0 to 1.69.1 #56

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check