Skip to content

Format only component-related files (#116) #248

Format only component-related files (#116)

Format only component-related files (#116) #248

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run check-format
- run: bun run lint
- run: bun run build
- run: bun run test