Skip to content

Bump actions/checkout from 5 to 6 in the github-actions group #32

Bump actions/checkout from 5 to 6 in the github-actions group

Bump actions/checkout from 5 to 6 in the github-actions group #32

Workflow file for this run

name: YAML Lint
on:
pull_request:
jobs:
yaml_lint:
name: Run yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: reviewdog/action-yamllint@v1
with:
fail_level: any
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check