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:
1414 cancel-in-progress : ${{ !contains(github.ref, 'main')}}
1515
1616jobs :
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-
2717 lint :
28- needs : [install-cache-deps]
2918 runs-on : ubuntu-latest
3019 name : Lint
3120 steps :
3928 run : yarn lint
4029
4130 typecheck :
42- needs : [install-cache-deps]
4331 runs-on : ubuntu-latest
4432 name : Typecheck
4533 steps :
5341 run : yarn typecheck
5442
5543 test :
56- needs : [install-cache-deps]
5744 runs-on : ubuntu-latest
5845 name : Test
5946 steps :
7259 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7360
7461 test-react-18 :
75- needs : [install-cache-deps]
7662 runs-on : ubuntu-latest
7763 name : Test React 18
7864 steps :
You can’t perform that action at this time.
0 commit comments