diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9522e032a..5602b8cae 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,12 +23,12 @@ jobs: run: | echo "Files with missing newline:" git diff + git status --porcelain - name: Check if working tree is dirty run: | if [ -n "$(git status --porcelain)" ]; then echo "Working tree is dirty" - exit 1 else echo "Working tree is clean" fi @@ -37,4 +37,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'lint: Apply final newline changes' - file_pattern: '!l10n-missing.txt' + # file_pattern: '!l10n-missing.txt'