diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:12 -0800 |
commit | 85ac30ff5c581587f04c9e939dea95b292c9cecb (patch) | |
tree | 11a853beda347aece1c0219d3ab7dd9a666bedad | |
parent | Merge branch 'vd/sparse-reset' (diff) | |
parent | ci(check-whitespace): update stale file top comments (diff) | |
download | tgif-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.yml | 5 |
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: |