Skip to content

Commit

Permalink
skip the 3rd-party white space check.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliao committed Jan 10, 2025
1 parent 7ffb0d5 commit ac4f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/whitespace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ runs:
set -e -o pipefail
# On pull requests, HEAD^1 will always be the merge base
git diff --check HEAD^1
git diff --check HEAD^1 ':(exclude)3rd-party/'

0 comments on commit ac4f033

Please sign in to comment.