Skip to content

Bump actions/setup-node from 3 to 4 #5

Bump actions/setup-node from 3 to 4

Bump actions/setup-node from 3 to 4 #5

Workflow file for this run

name: GitHub Actions Lint
on:
push:
branches:
- master
paths:
- '.github/workflows/**/*.yaml'
- '.github/workflows/**/*.yml'
pull_request:
paths:
- '.github/workflows/**/*.yaml'
- '.github/workflows/**/*.yml'
jobs:
actionlint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check