Skip to content

Update actions/setup-node action to v4.0.1 #152

Update actions/setup-node action to v4.0.1

Update actions/setup-node action to v4.0.1 #152

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: actionlint
uses: reviewdog/action-actionlint@9ccda195fd3a290c8596db7f1958c897deaa8c76 # v1.40.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review