summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:12 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:12 -0800
commit85ac30ff5c581587f04c9e939dea95b292c9cecb (patch)
tree11a853beda347aece1c0219d3ab7dd9a666bedad
parentMerge branch 'vd/sparse-reset' (diff)
parentci(check-whitespace): update stale file top comments (diff)
downloadtgif-85ac30ff5c581587f04c9e939dea95b292c9cecb.tar.xz
Merge branch 'hk/ci-checkwhitespace-commentfix'
Comment fix. * hk/ci-checkwhitespace-commentfix: ci(check-whitespace): update stale file top comments
-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: