File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 38
38
include :
39
39
# To change the matrix, edit the choices, then process this file with cog:
40
40
#
41
+ # $ make workflows
42
+ #
43
+ # which runs:
44
+ #
41
45
# $ python -m pip install cogapp
42
46
# $ python -m cogapp -crP .github/workflows/kit.yml
43
47
#
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ upgrade: ## update the *.pip files with the latest packages satisfying *.in
77
77
$(PIP_COMPILE ) -o requirements/light-threads.pip requirements/light-threads.in
78
78
$(PIP_COMPILE ) -o doc/requirements.pip doc/requirements.in
79
79
80
+ workflows : # # Run cog on the workflows to keep them up-to-date.
81
+ python -m cogapp -crP .github/workflows/* .yml
82
+
80
83
# Kitting
81
84
82
85
kit : # # Make the source distribution.
You can’t perform that action at this time.
0 commit comments