File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11name : Git
22
33on :
4- # Allows you to run this workflow manually from the Actions tab
5- workflow_dispatch :
64 pull_request :
75
86jobs :
1210
1311 steps :
1412 - uses : actions/checkout@v4
15- # with:
16- # ref: ${{ github.event.pull_request.head.sha }}
13+ with :
14+ ref : ${{ github.event.pull_request.head.sha }}
1715 - name : Use Node.js 20.x
1816 uses : actions/setup-node@v4
1917 with :
2422 run : echo ${{ github.event.sender.login }}
2523 - name : Lint commit message
2624 if : ${{ github.event.sender.login != 'dependabot[bot]' }}
27- # run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
28- run : npx commitlint --from origin/refs/heads/master --to HEAD -g ./ui/package.json
25+ run : npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
You can’t perform that action at this time.
0 commit comments