File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 golangci :
2323 needs : close-pr
2424 if : ${{ !contains(github.event.pull_request.title, '.go') }}
25- uses : ./.github/workflows/libs/lint .yml
25+ uses : ./.github/workflows/lib_lint .yml
2626 with :
2727 ref : ${{ github.event.pull_request.head.sha }}
2828 commit_back : false
2929
3030 runmain :
3131 needs : golangci
3232 if : ${{ !contains(github.event.pull_request.title, '.go') }}
33- uses : ./.github/workflows/libs/run .yml
33+ uses : ./.github/workflows/lib_run .yml
3434 with :
3535 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 77 - ' v*'
88jobs :
99 golangci :
10- uses : ./.github/workflows/libs/lint .yml
10+ uses : ./.github/workflows/lib_lint .yml
1111 with :
1212 ref : master
1313 commit_back : true
1414
1515 runmain :
1616 needs : golangci
1717 if : ${{ !contains(github.event.pull_request.title, '.go') }}
18- uses : ./.github/workflows/libs/run .yml
18+ uses : ./.github/workflows/lib_run .yml
1919 with :
2020 ref : master
You can’t perform that action at this time.
0 commit comments