Print the diff

This commit is contained in:
cmdr2 2023-04-29 07:55:11 +05:30
parent 1b40a6baa3
commit 4dc2a96d41

View File

@ -19,7 +19,7 @@ jobs:
${{ runner.os }}-npm-
- name: Run prettier
run: |-
npm run prettier-write
npm run prettier-fix
- name: Print the diff
run: git diff; git reset --hard
- name: Run prettier