schemes
schemes copied to clipboard
Lint schemes when PRs are created and merged
- Add linting (
yamllint
and small shell script) to make sure yaml files are formatted in an acceptable way and ensure the 5 properties exist (so someone doesn't accidentally leave outsystem
orvariant
) - Run linting on PR creation and PR merge to primary branch with github action
- Fix
.github/ISSUE_TEMPLATE/config.yml
yaml error caught byyamllint