Skip to content

version bump to 0.14.0 #120

version bump to 0.14.0

version bump to 0.14.0 #120

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request: {}
jobs:
checks:
name: Pre-merge Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Test build
run: npm run build