Skip to content

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0 #28

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0 #28

Workflow file for this run

name: yaml lint
on:
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
permissions:
contents: read
pull-requests: write
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: yamllint
uses: reviewdog/action-yamllint@v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review