File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1010 # shell: bash
1111 # run: npx --no-install commitlint --from=last-release
1212
13- - name : Cancel Previous Runs
14- 15- if : github.event_name == 'pull_request'
16- with :
17- access_token : ${{ secrets.GITHUB_TOKEN }}
18-
1913 - name : Lint
2014 shell : bash
2115 run : npx nx affected:lint --base=last-release --exclude=website
Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ jobs:
1313 node_version : [16]
1414
1515 steps :
16+ - name : Cancel Previous Runs
17+ 18+ if : github.event_name == 'pull_request'
19+ with :
20+ access_token : ${{ secrets.GITHUB_TOKEN }}
1621 - uses : actions/checkout@v3
1722 - name : Setup
1823 uses : ./.github/actions/setup
1924 with :
2025 node_version : ${{ matrix.node_version }}
2126
2227 - name : Test
23- uses : ./.github/actions/test
28+ uses : ./.github/actions/test
You can’t perform that action at this time.
0 commit comments