Update PR Gate (#32)

* add more steps

* use specific ubuntu version

* fix check errors

* check later

* format
This commit is contained in:
Baobeld 2024-12-20 17:08:51 -05:00 committed by GitHub
parent 8969e2b8aa
commit fa9a0dc9fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 66 deletions

View file

@ -5,7 +5,7 @@ on:
jobs:
checks:
name: Checks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
@ -15,9 +15,13 @@ jobs:
bun-version: latest
- name: Install
run: bun install
- name: Lint
run: bun lint
- name: Test
run: bun test
- name: Build
run: bun run build
- name: Prisma Schema Check
- name: Svelte Check
run: bun check
- name: Prisma Check
run: bun prisma:validate