Skip to content

Variant RFC

Variant RFC #22

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
jobs:
build:
env:
GH_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Build
run: bun run build