Skip to content

Commit

Permalink
autofix should print clear Git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 18, 2024
1 parent dcb511e commit bf31d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: AutoFix Spelling
run: yarn lint:spelling:fix

- name: Print Diff
run: git diff

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'refactor: apply lint autofix'

0 comments on commit bf31d6b

Please sign in to comment.