tangled
alpha
login
or
join now
hexmani.ac
/
bluroma
12
fork
atom
pleroma-like client for Bluesky
pl.hexmani.ac
bluesky
pleroma
social-media
12
fork
atom
overview
issues
3
pulls
pipelines
Add Tangled workflow for build tests
hexmani.ac
5 months ago
78b44a87
0a9997f7
verified
This commit was signed with the committer's
known signature
.
hexmani.ac
SSH Key Fingerprint:
SHA256:tV3v2UX4P3x12jjh+mHVzpRQ4ZhNBCHoFwqRiYzzTcM=
+23
1 changed file
expand all
collapse all
unified
split
.tangled
build.yaml
+23
.tangled/build.yaml
···
1
1
+
when:
2
2
+
- event: [ "push", "pull_request" ]
3
3
+
branch: [ "main" ]
4
4
+
- event: [ "manual" ]
5
5
+
6
6
+
engine: "nixery"
7
7
+
8
8
+
dependencies:
9
9
+
nixpkgs:
10
10
+
- bun
11
11
+
- nodejs
12
12
+
13
13
+
steps:
14
14
+
- name: "Install dependencies"
15
15
+
command: "bun install"
16
16
+
17
17
+
- name: "Build app"
18
18
+
command: "bun run build"
19
19
+
20
20
+
clone:
21
21
+
skip: false
22
22
+
depth: 50
23
23
+
submodules: true