Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
87
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix tests

+2 -4
+2 -4
.tangled/workflows/test.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - git 10 - - findutils 10 + - gcc 11 + - glibc 11 12 github:NixOS/nixpkgs/nixpkgs-unstable: 12 13 - bun 13 14 ··· 15 16 - name: install dependencies 16 17 command: | 17 18 export PATH="$HOME/.nix-profile/bin:$PATH" 18 - 19 - # have to regenerate otherwise it wont install necessary dependencies to run 20 - find . -type f \( -name "bun.lock" -o -name "package-lock.json" \) -delete 21 19 bun install 22 20 23 21 - name: run all tests