diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 08:42:34 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 08:42:34 -0500 |
| commit | c2773105682ee01b5ebfe5d29e86a9634d02b053 (patch) | |
| tree | 9fdc2774f58c8294ea9c6c67127e7a82c8814d72 /.github/workflows | |
| parent | 29546eef905685c693a160a3ac717a666b398b5c (diff) | |
| download | python-coveragepy-git-c2773105682ee01b5ebfe5d29e86a9634d02b053.tar.gz | |
build: a make target to cog the workflows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/kit.yml | 4 |
1 files changed, 4 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 # |
