|
@@ -5,7 +5,7 @@ on:
|
|
pull_request:
|
|
pull_request:
|
|
jobs:
|
|
jobs:
|
|
build:
|
|
build:
|
|
- name: 'Format & Build Frontend' # Format, Lint, & Build
|
|
|
|
|
|
+ name: 'Format & Build Frontend'
|
|
env:
|
|
env:
|
|
PUBLIC_API_BASE_URL: ''
|
|
PUBLIC_API_BASE_URL: ''
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -16,8 +16,6 @@ jobs:
|
|
- run: bun --version
|
|
- run: bun --version
|
|
- name: Install frontend dependencies
|
|
- name: Install frontend dependencies
|
|
run: bun install --frozen-lockfile
|
|
run: bun install --frozen-lockfile
|
|
- # - run: bun run lint
|
|
|
|
- # - run: bun run lint:types
|
|
|
|
- name: Format frontend
|
|
- name: Format frontend
|
|
run: bun run format
|
|
run: bun run format
|
|
- name: Build frontend
|
|
- name: Build frontend
|