Skip to content

fix: type errors & tags routing bug #13

fix: type errors & tags routing bug

fix: type errors & tags routing bug #13

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test:unit