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

Add Tangled workflow for build tests

hexmani.ac 78b44a87 0a9997f7

verified
+23
+23
.tangled/build.yaml
··· 1 + when: 2 + - event: [ "push", "pull_request" ] 3 + branch: [ "main" ] 4 + - event: [ "manual" ] 5 + 6 + engine: "nixery" 7 + 8 + dependencies: 9 + nixpkgs: 10 + - bun 11 + - nodejs 12 + 13 + steps: 14 + - name: "Install dependencies" 15 + command: "bun install" 16 + 17 + - name: "Build app" 18 + command: "bun run build" 19 + 20 + clone: 21 + skip: false 22 + depth: 50 23 + submodules: true