Update PR Gate (#32)
* add more steps * use specific ubuntu version * fix check errors * check later * format
This commit is contained in:
parent
8969e2b8aa
commit
fa9a0dc9fa
7 changed files with 12 additions and 66 deletions
8
.github/workflows/pr.yaml
vendored
8
.github/workflows/pr.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue