diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index c99ec8536d..ca9ed4ca94 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -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' \