diff --git a/.github/workflows/DEPLOYING.yml b/.github/workflows/DEPLOYING.yml index 39eb028b..e04acb55 100644 --- a/.github/workflows/DEPLOYING.yml +++ b/.github/workflows/DEPLOYING.yml @@ -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 \ No newline at end of file