Skip to content

Bump actions/setup-node from 4 to 5 in the github-actions group #25

Bump actions/setup-node from 4 to 5 in the github-actions group

Bump actions/setup-node from 4 to 5 in the github-actions group #25

Workflow file for this run

name: GitHub Actions Lint
on:
pull_request:
jobs:
actionlint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: reviewdog/action-actionlint@v1
with:
fail_level: any
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check