Skip to content

Add link-cli entrypoint modes for web, validate, and graph actions #21

Add link-cli entrypoint modes for web, validate, and graph actions

Add link-cli entrypoint modes for web, validate, and graph actions #21

Workflow file for this run

name: PR Checks
on:
pull_request:
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Test
run: bun test
- name: Build
run: bun run build