Skip to content

chore(deps): bump reviewdog/action-actionlint from 1.73.3 to 1.73.4 #45

chore(deps): bump reviewdog/action-actionlint from 1.73.3 to 1.73.4

chore(deps): bump reviewdog/action-actionlint from 1.73.3 to 1.73.4 #45

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@d290e336d5a743810aef4404f757dc862276d2ae # v1.73.4
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check