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:
Vadim Zeitlin 2022-08-18 23:31:58 +02:00
parent 7652905957
commit 2704d5e26b

View File

@ -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' \