Skip to content

Commit 85ac30f

Browse files
committed
Merge branch 'hk/ci-checkwhitespace-commentfix'
Comment fix. * hk/ci-checkwhitespace-commentfix: ci(check-whitespace): update stale file top comments
2 parents f085087 + bf5b83f commit 85ac30f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-whitespace.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: check-whitespace
22

3-
# Get the repo with the commits(+1) in the series.
3+
# Get the repository with all commits to ensure that we can analyze
4+
# all of the commits contributed via the Pull Request.
45
# Process `git log --check` output to extract just the check errors.
5-
# Add a comment to the pull request with the check errors.
6+
# Exit with failure upon white-space issues.
67

78
on:
89
pull_request:

0 commit comments

Comments
 (0)