gyatt
Some checks failed
PR Gate / Checks (pull_request) Failing after 28s

This commit is contained in:
Benjamin Palko 2025-05-01 13:24:37 -04:00
parent eb7b131f55
commit 16559eec1d
3 changed files with 19 additions and 5 deletions

View file

@ -27,9 +27,9 @@ jobs:
run: bun install
- name: Lint
run: bun lint
- name: Build
run: bun run build
- name: Svelte Check
run: bun check
- name: Test
run: bun run test:unit
- name: Build
run: bun run build