File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 - name : yarn install
1717 run : yarn --immutable
18- shell : bash
1918
2019 - name : Static code validation
2120 run : yarn static-code-validation
22- shell : bash
2321
2422 test :
2523 runs-on : ubuntu-24.04
5149
5250 build :
5351 runs-on : ubuntu-24.04
54- needs : [lint , test]
52+ needs : [static-code-validation , test]
5553 steps :
5654 - uses : actions/checkout@v4
5755 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2626 "prepare" : " husky" ,
2727 "lint" : " yarn oxlint --deny-warnings src" ,
2828 "type-check" : " tsc --noEmit --emitDeclarationOnly false" ,
29- "static-code-validation" : " concurrently \" yarn lint\" \" yarn type-check\" " ,
29+ "static-code-validation" : " concurrently \" yarn lint\" \" yarn type-check\" \" yarn prettier-check \" " ,
3030 "test" : " jest" ,
3131 "test-coverage" : " jest --coverage" ,
3232 "build-declarations" : " tsc -p tsconfig.build.json --isolatedModules false --declaration true --declarationMap true --noEmit false --emitDeclarationOnly true" ,
You can’t perform that action at this time.
0 commit comments