This commit is contained in:
Baobeld 2024-12-03 16:23:39 -05:00 committed by GitHub
parent 3f5532a487
commit c2ce272041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 226 additions and 177 deletions

View file

@ -1,12 +1,14 @@
name: PR Checks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: build
run: bun run clean && bun run build
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: install
run: bun install
- name: build
run: bun run clean && bun run build