File tree Expand file tree Collapse file tree 6 files changed +1046
-806
lines changed
Expand file tree Collapse file tree 6 files changed +1046
-806
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ charset = utf-8
77indent_style = tab
88trim_trailing_whitespace = true
99insert_final_newline = false
10- end_of_line = lf
10+ end_of_line = lf
11+
12+ [* .yml ]
13+ indent_style = space
Original file line number Diff line number Diff line change 1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : ${{ env.NODE_VERSION }}
20-
21- - name : Restore NPM cache
22- uses : actions/cache@v4
23- continue-on-error : true
24- with :
25- path : ~/.npm
26- key : ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
27- restore-keys : |
28- ${{ runner.os }}-node-
20+ cache : ' npm'
2921
3022 - run : npm ci
3123 - run : npm run lint
4335 - uses : actions/setup-node@v4
4436 with :
4537 node-version : ${{ env.NODE_VERSION }}
46-
47- - name : Restore NPM cache
48- uses : actions/cache@v4
49- continue-on-error : true
50- with :
51- path : ~/.npm
52- key : ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
53- restore-keys : |
54- ${{ runner.os }}-node-
38+ cache : ' npm'
5539
5640 - run : npm ci
5741
You can’t perform that action at this time.
0 commit comments