Skip to content

Specify actions/checkout minor, patch version #99

Specify actions/checkout minor, patch version

Specify actions/checkout minor, patch version #99

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: actionlint
uses: reviewdog/action-actionlint@v1.57.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review