mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Generate .github/workflows/ from a single compact file (#65)
It's easier to read and maintain
This commit is contained in:
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user