Check for whitespace problems relative to 3.2 branch, not master
This should have been part of 42f4f2c7c7
(Run CI builds on 3.2 branch,
not master, in this branch, 2022-07-04).
This commit is contained in:
parent
7652905957
commit
2704d5e26b
4
.github/workflows/code_checks.yml
vendored
4
.github/workflows/code_checks.yml
vendored
@ -40,9 +40,9 @@ jobs:
|
||||
|
||||
- name: Check for trailing whitespace and TABs
|
||||
run: |
|
||||
git fetch --depth=1 origin master
|
||||
git fetch --depth=1 origin 3.2
|
||||
git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol,tab-in-indent \
|
||||
diff --check origin/master \
|
||||
diff --check origin/3.2 \
|
||||
':!.gitmodules' \
|
||||
':!Makefile.in' \
|
||||
':!config.guess' \
|
||||
|
Loading…
Reference in New Issue
Block a user