Skip to content

chore(deps): update peter-evans/create-pull-request action to v6 #16

chore(deps): update peter-evans/create-pull-request action to v6

chore(deps): update peter-evans/create-pull-request action to v6 #16

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint-github-pr-check
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
yamllint_flags: "testdata/"
- name: yamllint-github-check
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: warning
yamllint_flags: "testdata/"
- name: yamllint-github-pr-review
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: "testdata/"