Skip to content

chore(deps): update reviewdog/action-actionlint action to v1.64.1 #148

chore(deps): update reviewdog/action-actionlint action to v1.64.1

chore(deps): update reviewdog/action-actionlint action to v1.64.1 #148

Workflow file for this run

name: yamllint
on:
pull_request:
branches:
- main
types: [opened, synchronize, closed]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: comment from reviewdog
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
yamllint_flags: '-c .yamllint .'
- name: run lint on all files
uses: karancode/[email protected]
with:
yamllint_file_or_dir: .
yamllint_config_filepath: .github/yamllint-config.yml