Skip to content

chore(deps): update actions/checkout action to v4.3.1 #29

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

chore(deps): update actions/checkout action to v4.3.1 #29

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- 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/"