Skip to content

chore: s/ubuntu-latest/ubuntu-22.04/ #136

chore: s/ubuntu-latest/ubuntu-22.04/

chore: s/ubuntu-latest/ubuntu-22.04/ #136

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/**"
jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
fail_on_error: true