File tree Expand file tree Collapse file tree 5 files changed +29
-21
lines changed Expand file tree Collapse file tree 5 files changed +29
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : " Code"
2+
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - synchronize
9+ - ready_for_review
10+
11+ jobs :
12+ code-quality :
13+ name : " Code quality"
14+ uses : technology-studio/github-workflows/.github/workflows/_code-quality.yml@main
15+ secrets : inherit
16+ type-check :
17+ name : " Type check"
18+ uses : technology-studio/github-workflows/.github/workflows/_type-check.yml@main
19+ secrets : inherit
Original file line number Diff line number Diff line change 88 - synchronize
99
1010jobs :
11- main :
12- name : ' /'
13- uses : technology-studio/github-workflows/.github/workflows/_pr.yml@main
11+ semantic-title :
12+ name : " Semantic title"
13+ uses : technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main
14+ secrets : inherit
Original file line number Diff line number Diff line change 99 - ready_for_review
1010
1111jobs :
12- test :
13- name : ' /'
14- uses : technology-studio/github-workflows/.github/workflows/_test.yml@main
12+ unit :
13+ name : ' Unit test'
14+ uses : technology-studio/github-workflows/.github/workflows/_unit-test.yml@main
15+ secrets : inherit
Original file line number Diff line number Diff line change 2323 "sanity" : " yarn lint:ci && yarn test --coverage && tsc --noEmit && yarn outdated && echo 'success'" ,
2424 "semantic-release" : " semantic-release" ,
2525 "test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js" ,
26- "lint:ci" : " yarn lint"
26+ "lint:ci" : " yarn lint" ,
27+ "type-check" : " tsc --noEmit"
2728 },
2829 "engines" : {
2930 "node" : " >=18.0.0"
You can’t perform that action at this time.
0 commit comments