python-github-action-template
python-github-action-template copied to clipboard
BUG: yamlfilx
Describe the bug The action.yml contains few yaml errors, extra spaces, extra tabs
To Reproduce Steps to reproduce the behavior:
- Install yamllint https://github.com/adrienverge/yamllint
-
yamllint --strict .
Expected behavior No error
Additional context It would be good to run a yamllint check on PR:
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_strict: true
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}