Consider renaming actions/checks to actions/basic-checks and converting actions/checks to composite action?
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I was pondering that it might be worth renaming `SymbiFlow/actions/checks` to something like `SymbiFlow/actions/basic-checks` or `SymbiFlow/actions/custom-checks` and then converting `SymbiFlow/actions/checks` into a composite action which does a whole bunch of "good to have enabled" type checking.
Things like;
* Automatic spell checking of code - https://github.com/codespell-project/actions-codespell
* Other things I can't think of at the moment.
The primary issue is that a composite action can't run multiple checking jobs in parallel....
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.