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 10
10
# shell: bash
11
11
# run: npx --no-install commitlint --from=last-release
12
12
13
- - name : Cancel Previous Runs
14
-
15
- if : github.event_name == 'pull_request'
16
- with :
17
- access_token : ${{ secrets.GITHUB_TOKEN }}
18
-
19
13
- name : Lint
20
14
shell : bash
21
15
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:
13
13
node_version : [16]
14
14
15
15
steps :
16
+ - name : Cancel Previous Runs
17
+
18
+ if : github.event_name == 'pull_request'
19
+ with :
20
+ access_token : ${{ secrets.GITHUB_TOKEN }}
16
21
- uses : actions/checkout@v3
17
22
- name : Setup
18
23
uses : ./.github/actions/setup
19
24
with :
20
25
node_version : ${{ matrix.node_version }}
21
26
22
27
- name : Test
23
- uses : ./.github/actions/test
28
+ uses : ./.github/actions/test
You can’t perform that action at this time.
0 commit comments