File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 16
16
key : lock-${{ github.sha }}
17
17
18
18
- name : create package-lock.json
19
- run : npm i --package-lock-only
19
+ run : npm i --package-lock-only --ignore-scripts
20
20
21
21
- name : hack for singe file
22
22
run : |
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@master
10
+ uses : actions/checkout@v2
11
11
12
12
- name : cache package-lock.json
13
13
uses : actions/cache@v2
16
16
key : lock-${{ github.sha }}
17
17
18
18
- name : create package-lock.json
19
- run : npm i --package-lock-only
19
+ run : npm i --package-lock-only --ignore-scripts
20
20
21
21
- name : hack for singe file
22
22
run : |
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : checkout
43
- uses : actions/checkout@master
43
+ uses : actions/checkout@v2
44
44
45
45
- name : restore cache from package-lock.json
46
46
uses : actions/cache@v2
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : checkout
77
- uses : actions/checkout@master
77
+ uses : actions/checkout@v2
78
78
79
79
- name : restore cache from package-lock.json
80
80
uses : actions/cache@v2
@@ -96,12 +96,12 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : checkout
99
- uses : actions/checkout@master
99
+ uses : actions/checkout@v2
100
100
101
101
# with:
102
102
# token: ${{ secrets.ACCESS_TOKEN }}
103
103
# - name: Checkout submodules
104
- # uses: actions/checkout@master
104
+ # uses: actions/checkout@v2
105
105
# with:
106
106
# repository: tangjinzhou/antdv-demo
107
107
# token: ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 9
9
"perf",
10
10
"test",
11
11
"chore",
12
- "revert"
12
+ "revert",
13
+ "ci"
13
14
],
14
15
"warnOnFail": false,
15
16
"autoFix": false
16
- }
17
+ }
You can’t perform that action at this time.
0 commit comments