File tree 4 files changed +3
-50
lines changed
4 files changed +3
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,15 +30,14 @@ jobs:
30
30
${{runner.os}}-yarn-
31
31
32
32
- run : corepack yarn install --immutable
33
- - run : corepack yarn build # We need the stubs to run the tests
34
33
35
34
- name : " Check for type errors"
36
35
run : corepack yarn typecheck
37
36
38
37
- name : " Check for linting errors"
39
38
run : corepack yarn lint
40
39
41
- build :
40
+ build-and-test :
42
41
strategy :
43
42
fail-fast : false
44
43
matrix :
53
52
54
53
name : " ${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
55
54
runs-on : ${{matrix.platform}}
56
- needs : chore
57
55
58
56
steps :
59
57
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 7
7
- cron : 5 0 * * 5
8
8
9
9
jobs :
10
- build :
10
+ fetch-latest-versions :
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
Original file line number Diff line number Diff line change 9
9
required : true
10
10
11
11
jobs :
12
- build :
12
+ build-and-update-nock-files :
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
You can’t perform that action at this time.
0 commit comments