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

A template repository for GitHub Actions implemented in Python

Results 1 python-github-action-template issues
Sort by recently updated
recently updated
newest added

**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**...

bug