Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jul 22, 2024
1 parent e29461d commit 4c5f3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 4c5f3d6

Please sign in to comment.