Skip to content

feat: basic schema viewer able to be deployed #400

feat: basic schema viewer able to be deployed

feat: basic schema viewer able to be deployed #400

Workflow file for this run

name: PR Workflow
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.16.1'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test