Skip to content

Refine multiselection #43

Refine multiselection

Refine multiselection #43

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches: [main]
jobs:
build:
name: Angular Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build