Ignore whitespace diff

master
Jeremy HU 2022-12-12 19:58:53 +11:00
parent d88978b9d5
commit 9423400ddc
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ jobs:
run: cd ${GITHUB_WORKSPACE}/ci && sh ./lint.sh && cd ${GITHUB_WORKSPACE}
- name: Check for changes
run: |
if ! git diff --exit-code; then
if ! git diff --ignore-space-at-eol --exit-code; then
exit 1
fi