Skip to content

fix #14 (#15)

fix #14 (#15) #6

Workflow file for this run

---
name: yamllint
on:
push:
branches:
- main
- master
- prod
- develop
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
filter_mode: nofilter
level: error