This commit is contained in:
@@ -10,28 +10,26 @@ jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Checkout code
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Build application
|
||||
- name: Install dependencies
|
||||
run: bun ci
|
||||
|
||||
- name: Build app
|
||||
run: bun --bun run build
|
||||
|
||||
- name: Run type checking
|
||||
run: bun run check
|
||||
run: bun --bun run check
|
||||
|
||||
- name: Run linting
|
||||
run: bun run lint:check
|
||||
run: bun --bun run lint:check
|
||||
|
||||
- name: Check formatting
|
||||
run: bun run format:check
|
||||
run: bun --bun run format:check
|
||||
|
||||
# type-check:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user