Skip to content

Commit 33b06bc

Browse files
ci(prettier): Include git diff in Prettier workflow output (DenverCoder1#558)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3e306e commit 33b06bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: composer lint
3636

3737
- name: Prettify code
38-
run: composer lint-fix
38+
run: |
39+
composer lint-fix
40+
git diff
3941
4042
- name: Commit changes
4143
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)