pleroma-like client for Bluesky pl.hexmani.ac
bluesky pleroma social-media

Add Tangled workflow for build tests

hexmani.ac 78b44a87 0a9997f7

verified
Changed files
+23
.tangled
+23
.tangled/build.yaml
···
+
when:
+
- event: [ "push", "pull_request" ]
+
branch: [ "main" ]
+
- event: [ "manual" ]
+
+
engine: "nixery"
+
+
dependencies:
+
nixpkgs:
+
- bun
+
- nodejs
+
+
steps:
+
- name: "Install dependencies"
+
command: "bun install"
+
+
- name: "Build app"
+
command: "bun run build"
+
+
clone:
+
skip: false
+
depth: 50
+
submodules: true