Skip to content

chore(deps): update actions/checkout action to v4.1.3 #24

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

chore(deps): update actions/checkout action to v4.1.3 #24

Workflow file for this run

name: actionlint
permissions:
contents: read
pull-requests: write
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review