File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,7 @@ concurrency:
14
14
cancel-in-progress : ${{ !contains(github.ref, 'main')}}
15
15
16
16
jobs :
17
- install-cache-deps :
18
- runs-on : ubuntu-latest
19
- name : Install and Cache deps
20
- steps :
21
- - name : Checkout
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
-
24
- - name : Setup
25
- uses : ./.github/actions/setup-deps
26
-
27
17
lint :
28
- needs : [install-cache-deps]
29
18
runs-on : ubuntu-latest
30
19
name : Lint
31
20
steps :
39
28
run : yarn lint
40
29
41
30
typecheck :
42
- needs : [install-cache-deps]
43
31
runs-on : ubuntu-latest
44
32
name : Typecheck
45
33
steps :
53
41
run : yarn typecheck
54
42
55
43
test :
56
- needs : [install-cache-deps]
57
44
runs-on : ubuntu-latest
58
45
name : Test
59
46
steps :
72
59
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
73
60
74
61
test-react-18 :
75
- needs : [install-cache-deps]
76
62
runs-on : ubuntu-latest
77
63
name : Test React 18
78
64
steps :
You can’t perform that action at this time.
0 commit comments