File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1919jobs :
2020 unused :
2121 name : Find unused things
22- environment : ' test'
2322 runs-on : ubuntu-latest
2423 steps :
2524 - uses : actions/checkout@v4
4241 run : pnpm generate:type && pnpm lint:unused
4342 lint-js :
4443 name : Lint JS
45- environment : ' test'
4644 runs-on : ubuntu-latest
4745 steps :
4846 - uses : actions/checkout@v4
6563 run : pnpm generate:type && pnpm lint:js
6664 css-lint :
6765 name : Lint CSS
68- environment : ' test'
6966 runs-on : ubuntu-latest
7067 steps :
7168 - uses : actions/checkout@v4
8683 run : pnpm lint:css
8784 typecheck :
8885 name : Typecheck
89- environment : ' test'
9086 runs-on : ubuntu-latest
9187 steps :
9288 - uses : actions/checkout@v4
@@ -109,7 +105,6 @@ jobs:
109105 run : pnpm generate:type && pnpm typecheck
110106 build :
111107 name : Build
112- environment : ' test'
113108 needs : [lint-js, css-lint, typecheck]
114109 runs-on : ubuntu-latest
115110 steps :
You can’t perform that action at this time.
0 commit comments