mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-13 17:58:26 +01:00
Print the diff
This commit is contained in:
parent
31c54c4a41
commit
262a1464c3
10
.github/workflows/prettier.yml
vendored
10
.github/workflows/prettier.yml
vendored
@ -14,4 +14,12 @@ jobs:
|
||||
with:
|
||||
# prettier CLI arguments.
|
||||
args: --print-width 120 --tab-width 4 --no-semi --arrow-parens always --trailing-comma es5 --write "./**/*.js"
|
||||
- uses: technote-space/get-diff-action@v6
|
||||
- uses: GrantBirki/git-diff-action@vX.X.X
|
||||
id: git-diff-action
|
||||
with:
|
||||
json_diff_file_output: diff.json
|
||||
raw_diff_file_output: diff.txt
|
||||
- name: print raw diff
|
||||
env:
|
||||
DIFF: ${{ steps.git-diff-action.outputs.raw-diff-path }}
|
||||
run: cat $DIFF
|
Loading…
Reference in New Issue
Block a user