Closed Andrew-S-Rosen closed 1 year ago
https://scientific-python.github.io/repo-review/?repo=Quantum-Accelerators%2Fquacc&branch=main
In running the above test, GH100 gets raised and states that there are no .yml files in .github/workflows. While this is indeed true, there are .yaml files which are equally valid. This seems like a simple parsing issue.
.yml
.github/workflows
.yaml
https://github.com/scientific-python/cookie/blob/f18ed30a366a6599a2275d4f2ab1256e62d7b9ba/src/sp_repo_review/checks/github.py#L20
(Globbing, technically, not parsing)
https://scientific-python.github.io/repo-review/?repo=Quantum-Accelerators%2Fquacc&branch=main
In running the above test, GH100 gets raised and states that there are no
.yml
files in.github/workflows
. While this is indeed true, there are.yaml
files which are equally valid. This seems like a simple parsing issue.