Skip to content

Highlighting Fixes #193

Highlighting Fixes

Highlighting Fixes #193

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun --filter graph-selector lint:ci
- name: Run Tests
run: bun --filter graph-selector test