Skip to content

fix: shared ui styles were not bundled, temporarily remove turbo flag… #102

fix: shared ui styles were not bundled, temporarily remove turbo flag…

fix: shared ui styles were not bundled, temporarily remove turbo flag… #102

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
- features/monorepo
jobs:
build:
name: Lint and build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint all projects
run: bun run lint
- name: Build all projects
run: bun run build