Skip to content

Update actions/setup-node action to v4.1.0 #46

Update actions/setup-node action to v4.1.0

Update actions/setup-node action to v4.1.0 #46

name: lint actions
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
lint-actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1.53.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check