python-github-action-template icon indicating copy to clipboard operation
python-github-action-template copied to clipboard

BUG: yamlfilx

Open Fran-Rg opened this issue 5 months ago • 0 comments

Describe the bug The action.yml contains few yaml errors, extra spaces, extra tabs

To Reproduce Steps to reproduce the behavior:

  1. Install yamllint https://github.com/adrienverge/yamllint
  2. 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 }}

Fran-Rg avatar Sep 09 '24 14:09 Fran-Rg