File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 script : |
1919 ./scripts/lint_urls.sh $(
2020 [ "${{ github.event_name }}" = "pull_request" ] \
21- && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
21+ && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} \
22+ || [ "${{ github.event_name }}" = "push" ] \
23+ && git diff --name-only ${{ github.event.before }} ${{ github.sha }}
2224 )
2325
2426 lint-xrefs :
3335 script : |
3436 ./scripts/lint_xrefs.sh $(
3537 [ "${{ github.event_name }}" = "pull_request" ] \
36- && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
38+ && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} \
39+ || [ "${{ github.event_name }}" = "push" ] \
40+ && git diff --name-only ${{ github.event.before }} ${{ github.sha }}
3741 )
You can’t perform that action at this time.
0 commit comments