This commit is contained in:
@@ -15,9 +15,11 @@ jobs:
|
||||
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 1.3.3
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
run: bun ci
|
||||
|
||||
- name: Build app
|
||||
run: bun --bun run build
|
||||
@@ -25,12 +27,6 @@ jobs:
|
||||
- name: Run type checking
|
||||
run: bun --bun run check
|
||||
|
||||
- name: Run linting
|
||||
run: bun --bun run lint:check
|
||||
|
||||
- name: Check formatting
|
||||
run: bun --bun run format:check
|
||||
|
||||
# type-check:
|
||||
# runs-on: ubuntu-latest
|
||||
# container:
|
||||
|
||||
Reference in New Issue
Block a user