forked from extern/easydiffusion
Print the diff
This commit is contained in:
parent
1b40a6baa3
commit
4dc2a96d41
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
${{ runner.os }}-npm-
|
${{ runner.os }}-npm-
|
||||||
- name: Run prettier
|
- name: Run prettier
|
||||||
run: |-
|
run: |-
|
||||||
npm run prettier-write
|
npm run prettier-fix
|
||||||
- name: Print the diff
|
- name: Print the diff
|
||||||
run: git diff; git reset --hard
|
run: git diff; git reset --hard
|
||||||
- name: Run prettier
|
- name: Run prettier
|
||||||
|
Loading…
Reference in New Issue
Block a user