tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
fix typescript ci
eldridge.cam
1 month ago
605998b3
6b5da467
0/0
Waiting for spindle ...
+4
1 changed file
expand all
collapse all
unified
split
.github
workflows
typescript.yml
+4
.github/workflows/typescript.yml
···
4
4
env:
5
5
PUBLIC_SERVER_URL: "http://localhost:4000"
6
6
PUBLIC_SERVER_WS_URL: "ws://localhost:4000"
7
7
+
PUBLIC_SENTRY_DSN: ""
8
8
+
PUBLIC_ENV: "ci"
7
9
8
10
jobs:
9
11
fmt:
···
19
21
cache-dependency-path: app/package-lock.json
20
22
- name: Install node_modules
21
23
run: npm ci
24
24
+
working-directory: ./app
22
25
- name: Run fmt
23
26
run: npx prettier . --check
27
27
+
working-directory: ./app
24
28
25
29
lint:
26
30
runs-on: ubuntu-latest