tangled
alpha
login
or
join now
hexmani.ac
/
clippr
12
fork
atom
social bookmarking for atproto
12
fork
atom
overview
issues
1
pulls
pipelines
[frontend] add linting to tangled workflow
hexmani.ac
8 months ago
39c8a4d4
867db5b8
verified
This commit was signed with the committer's
known signature
.
hexmani.ac
SSH Key Fingerprint:
SHA256:tV3v2UX4P3x12jjh+mHVzpRQ4ZhNBCHoFwqRiYzzTcM=
3/3
build_backend.yaml
success
17s
build_frontend.yaml
success
15s
build_lexicons.yaml
success
13s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build_frontend.yaml
+3
.tangled/workflows/build_frontend.yaml
···
16
16
NODE_ENV: "development"
17
17
CI: true
18
18
19
19
+
- name: "Run linter"
20
20
+
command: "pnpm run --dir ./frontend/ lint"
21
21
+
19
22
- name: "Build frontend"
20
23
command: "pnpm run --dir ./frontend/ build"
21
24