mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Remove git diff. (#3110)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
23592c69b8
commit
0c5ded0ce0
9
.github/workflows/fix-pr.yml
vendored
9
.github/workflows/fix-pr.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
jobs:
|
jobs:
|
||||||
scripts:
|
fix-pr:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -22,10 +22,9 @@ jobs:
|
||||||
- name: Run fix script
|
- name: Run fix script
|
||||||
run: npm run fix
|
run: npm run fix
|
||||||
- name: Show fix result (diff); run 'npm run fix' locally
|
- name: Show fix result (diff); run 'npm run fix' locally
|
||||||
if: success()
|
run: git status
|
||||||
run:
|
- name: Run check
|
||||||
- git status
|
run: npm run check
|
||||||
- git diff
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: npm t
|
run: npm t
|
||||||
- name: Commit changes if any
|
- name: Commit changes if any
|
||||||
|
|
Loading…
Reference in New Issue
Block a user