File tree Expand file tree Collapse file tree 5 files changed +1784
-2736
lines changed Expand file tree Collapse file tree 5 files changed +1784
-2736
lines changed Original file line number Diff line number Diff line change 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
9
+ strategy :
10
+ matrix :
11
+ node-version : [20, 21]
12
+
9
13
steps :
10
14
- uses : actions/checkout@v4
11
15
with :
12
16
fetch-depth : 0
13
17
14
18
- uses : actions/setup-node@v4
15
19
with :
16
- node-version : 18
20
+ node-version : ${{ matrix.node-version }}
17
21
check-latest : true
18
22
19
23
- name : Install dependencies
40
44
41
45
- uses : actions/setup-node@v4
42
46
with :
43
- node-version : 18
47
+ node-version : 20
44
48
check-latest : true
45
49
46
50
- name : Import GPG key
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npx commitlint --edit $1
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npx lint-staged
You can’t perform that action at this time.
0 commit comments