Skip to content

chore(deps): update actions/checkout action to v4 #778

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #778

Workflow file for this run

name: reviewdog / actionlint
on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: info
reporter: github-pr-review
filter_mode: nofilter