File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@v4
23- with :
24- fetch-depth : 0
2523
2624 - name : Setup Git
2725 run : |
6664 thread-comments : update
6765 continue-on-error : true
6866
69- - name : ESLint (+vue +prettier)
67+ - name : ESLint (+vue +prettier +ts )
7068 run : yarn run eslint --fix --ignore-pattern .gitignore
7169 continue-on-error : true
7270
@@ -99,10 +97,10 @@ jobs:
9997
10098 - name : Create PullRequest
10199 run : |
102- git branch -f lint
103- git switch lint
100+ git branch -f lint/${{ github.sha }}
101+ git switch lint/${{ github.sha }}
104102 git add .
105- git commit -m "lint:${{ github.ref }}"
106- git push -f origin lint
107- gh pr create --fill - B main -H lint
103+ git commit -m "lint:${{ github.sha }}"
104+ git push -f origin lint/${{ github.sha }}
105+ gh pr create --fill-verbose -t lint:${{ github.ref }} - B main -H lint/${{ github.sha }} -
108106 continue-on-error : true
You can’t perform that action at this time.
0 commit comments