Merge branch 'hk/ci-checkwhitespace-commentfix'

Comment fix.

* hk/ci-checkwhitespace-commentfix:
  ci(check-whitespace): update stale file top comments
This commit is contained in:
Junio C Hamano 2021-12-10 14:35:12 -08:00
Родитель f0850875fd bf5b83fd8a
Коммит 85ac30ff5c
1 изменённых файлов: 3 добавлений и 2 удалений

5
.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: