Skip to content

Add basic workflow for builds. #1

Add basic workflow for builds.

Add basic workflow for builds. #1

Workflow file for this run

name: Build
on:
push:
paths:
- 'build/**/'
- 'legacy/*'
- 'package.json'
- 'src/**/*'
- '.github/workflows/build.yaml'
jobs:
build-and-deploy:
name: Build CSS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Build
run: make