Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-11 01:35:12 +0300
committerJunio C Hamano <gitster@pobox.com>2021-12-11 01:35:12 +0300
commit85ac30ff5c581587f04c9e939dea95b292c9cecb (patch)
tree11a853beda347aece1c0219d3ab7dd9a666bedad /.github
parentf0850875fd44a58cd1eae349244327b2eff29fa7 (diff)
parentbf5b83fd8ab0ea8137e88ffca23500177ba13118 (diff)
Merge branch 'hk/ci-checkwhitespace-commentfix'
Comment fix. * hk/ci-checkwhitespace-commentfix: ci(check-whitespace): update stale file top comments
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-whitespace.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/check-whitespace.yml b/.github/workflows/check-whitespace.yml
index 8c4358d805..ad3466ad16 100644
--- a/.github/workflows/check-whitespace.yml
+++ b/.github/workflows/check-whitespace.yml
@@ -1,8 +1,9 @@
name: check-whitespace
-# Get the repo with the commits(+1) in the series.
+# Get the repository with all commits to ensure that we can analyze
+# all of the commits contributed via the Pull Request.
# Process `git log --check` output to extract just the check errors.
-# Add a comment to the pull request with the check errors.
+# Exit with failure upon white-space issues.
on:
pull_request: