forked from
nekomimi.pet/wisp.place-monorepo
Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
1when:
2 - event: ["push", "pull_request"]
3 branch: main
4
5engine: nixery
6
7dependencies:
8 nixpkgs:
9 - git
10 github:NixOS/nixpkgs/nixpkgs-unstable:
11 - bun
12
13steps:
14 - name: install dependencies
15 command: |
16 export PATH="$HOME/.nix-profile/bin:$PATH"
17 bun install
18
19 - name: run all tests
20 command: |
21 export PATH="$HOME/.nix-profile/bin:$PATH"
22 bun test