From c2773105682ee01b5ebfe5d29e86a9634d02b053 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 31 Dec 2021 08:42:34 -0500 Subject: build: a make target to cog the workflows --- .github/workflows/kit.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/kit.yml') 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 # -- cgit v1.2.1