Skip to content

Merge pull request #54 from tone-row/fix/comment-highlighting #192

Merge pull request #54 from tone-row/fix/comment-highlighting

Merge pull request #54 from tone-row/fix/comment-highlighting #192

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