Generate .github/workflows/ from a single compact file (#65)

It's easier to read and maintain
This commit is contained in:
Val Lorentz
2021-07-03 14:50:00 +02:00
committed by GitHub
parent e17234c911
commit d7d6f0c521
11 changed files with 312 additions and 157 deletions

View File

@ -34,3 +34,8 @@ jobs:
- name: Lint
run: |
pre-commit run -a
- name: Check generated workflows are in sync
run: |
python make_workflows.py
git diff --exit-code