diff options
-rw-r--r-- | .github/workflows/kit.yml | 4 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 16e476ed..9bc8e192 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -38,6 +38,10 @@ jobs: include: # To change the matrix, edit the choices, then process this file with cog: # + # $ make workflows + # + # which runs: + # # $ python -m pip install cogapp # $ python -m cogapp -crP .github/workflows/kit.yml # @@ -77,6 +77,9 @@ upgrade: ## update the *.pip files with the latest packages satisfying *.in $(PIP_COMPILE) -o requirements/light-threads.pip requirements/light-threads.in $(PIP_COMPILE) -o doc/requirements.pip doc/requirements.in +workflows: ## Run cog on the workflows to keep them up-to-date. + python -m cogapp -crP .github/workflows/*.yml + # Kitting kit: ## Make the source distribution. |