File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 9191 run : |
9292 ./gradlew build
9393 ./gradlew clean
94-
94+ typecheck-client :
95+ name : " Typecheck Client"
96+ runs-on : ubuntu-24.04
97+ steps :
98+ # Checkout code.
99+ - name : Checkout code
100+ uses : actions/checkout@v6
101+ with :
102+ fetch-depth : 0
103+ - name : Fetch tags
104+ run : git fetch --tags --force
105+ - name : Install pnpm
106+ uses : pnpm/action-setup@v4
107+ with :
108+ version : 10
109+ - name : Setup Node.js
110+ uses : actions/setup-node@v6
111+ with :
112+ node-version : 22
113+ cache : pnpm
114+ cache-dependency-path : photon-client/pnpm-lock.yaml
115+ - name : Typecheck Client
116+ working-directory : photon-client
117+ run : pnpm type-check
95118 playwright-tests :
96119 name : " Playwright E2E tests"
97120 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments