alpha
Login
or
Join now
hexmani.ac
/
bluroma
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
(attempted) pleroma clone for bluesky
pl.hexmani.ac
bluesky
pleroma
social-media
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add Tangled workflow for build tests
author
penny
date
9 months ago
(Oct 23, 2025, 11:50 PM -0400)
commit
78b44a87
78b44a879bbd18de243667197846b3c103c1408b
parent
0a9997f7
0a9997f7b2b4debd0f28a4f04d182d4222690a73
+23
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
build.yaml
+23
.tangled/build.yaml
View file
Reviewed
···
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