File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,18 @@ jobs:
20
20
uses : styfle/cancel-workflow-action@0.11.0
21
21
with :
22
22
access_token : ${{ secrets.GITHUB_TOKEN }}
23
+
23
24
- uses : actions/checkout@v3
25
+
26
+ - name : Enable corepack
27
+ run : |
28
+ corepack enable
29
+
24
30
- name : Use Node.js ${{ matrix.node-version }}
25
31
uses : actions/setup-node@v3
26
32
with :
27
33
node-version : ${{ matrix.node-version }}
34
+
28
35
- name : build
29
36
run : |
30
37
yarn install
Original file line number Diff line number Diff line change @@ -39,11 +39,18 @@ jobs:
39
39
uses : styfle/cancel-workflow-action@0.11.0
40
40
with :
41
41
access_token : ${{ secrets.GITHUB_TOKEN }}
42
+
42
43
- uses : actions/checkout@v3
44
+
45
+ - name : Enable corepack
46
+ run : |
47
+ corepack enable
48
+
43
49
- name : Use Node.js ${{ matrix.node-version }}
44
50
uses : actions/setup-node@v3
45
51
with :
46
52
node-version : ${{ matrix.node-version }}
53
+
47
54
- name : prettier
48
55
run : |
49
56
yarn install
57
64
uses : styfle/cancel-workflow-action@0.11.0
58
65
with :
59
66
access_token : ${{ secrets.GITHUB_TOKEN }}
67
+
60
68
- uses : actions/checkout@v3
69
+
61
70
- name : Link Checker
62
71
uses : lycheeverse/lychee-action@v1.9.0
63
72
with :
Original file line number Diff line number Diff line change 18
18
.dccache
19
19
* .code-workspace
20
20
.direnv
21
+ ._ *
You can’t perform that action at this time.
0 commit comments