Skip to content

feat: Switch routable props type over to an xor (#50) #78

feat: Switch routable props type over to an xor (#50)

feat: Switch routable props type over to an xor (#50) #78

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build_test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Tests
run: npm run test