Skip to content

chore: Dockerizzazione client #4

chore: Dockerizzazione client

chore: Dockerizzazione client #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.27
- name: Install Deps
run: bun install --frozen-lockfile
- name: Run Build
run: bun run build