Skip to content

fix: Code frame w/ yalc (and other symlinks) #10

fix: Code frame w/ yalc (and other symlinks)

fix: Code frame w/ yalc (and other symlinks) #10

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Tests
run: pnpm test