Skip to content

Commit bf5b83f

Browse files
hakregitster
authored andcommitted
ci(check-whitespace): update stale file top comments
Earlier a066a90 (ci(check-whitespace): restrict to the intended commits, 2021-07-14) changed the check-whitespace task to stop using a shallow clone, and cc00362 (ci(check-whitespace): stop requiring a read/write token, 2021-07-14) changed the way how the errors the task discovered is signaled back to the user. They however forgot to update the comment that outlines what is done in the task. Correct them. Signed-off-by: Hans Krentel (hakre) <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fbd2fc commit bf5b83f

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)