summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-15 17:16:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-15 17:16:46 -0500
commite52d616a065da649494f37112cadfde0c646a0b9 (patch)
treeda40e7dc03b021d1480c55c35368a83f97842096 /.github/workflows/kit.yml
parent0b907fe3fb2eececbec16dccc17aeabb9c64dc15 (diff)
downloadpython-coveragepy-git-e52d616a065da649494f37112cadfde0c646a0b9.tar.gz
build: provide hints about how to fix cog-check quality failures.
Diffstat (limited to '.github/workflows/kit.yml')
-rw-r--r--.github/workflows/kit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 1948e7ac..99277865 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -1,6 +1,9 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+# This file is meant to be processed with cog.
+# Running "make prebuild" will bring it up to date.
+
# Based on:
# https://github.com/joerick/cibuildwheel/blob/master/examples/github-deploy.yml