Skip to content

Aipath

Aipath #147

Workflow file for this run

---
name: yamllint
on:
pull_request:
branches:
- gh-pages
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning
yamllint_flags: 'pathways'
fail_on_error: true
filter_mode: nofilter