We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f085087 + bf5b83f commit 85ac30fCopy full SHA for 85ac30f
.github/workflows/check-whitespace.yml
@@ -1,8 +1,9 @@
1
name: check-whitespace
2
3
-# Get the repo with the commits(+1) in the series.
+# Get the repository with all commits to ensure that we can analyze
4
+# all of the commits contributed via the Pull Request.
5
# Process `git log --check` output to extract just the check errors.
-# Add a comment to the pull request with the check errors.
6
+# Exit with failure upon white-space issues.
7
8
on:
9
pull_request:
0 commit comments