Update PR Gate #32

Merged
BenjaminPalko merged 5 commits from prettier-and-lint-pr-gate into master 2024-12-20 17:08:51 -05:00
Showing only changes of commit 625374832b - Show all commits

View file

@ -15,9 +15,13 @@ jobs:
bun-version: latest
- name: Install
run: bun install
- name: Svelte Check
run: bun check
- name: Lint
run: bun lint
- name: Test
run: bun test
- name: Build
run: bun run build
- name: Prisma Schema Check
run: bun prisma:validate
- name: Prisma Check
run: bun prisma:validate