Skip to content

Merge branch 'main' of https://github.com/epoch-lab/cuit-guide #33

Merge branch 'main' of https://github.com/epoch-lab/cuit-guide

Merge branch 'main' of https://github.com/epoch-lab/cuit-guide #33

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up `pnpm`
uses: pnpm/action-setup@v4
with:
run_install: true
- name: Build
run: pnpm build