Skip to content

Store and restore the router from json (#6) #1

Store and restore the router from json (#6)

Store and restore the router from json (#6) #1

on:
push:
branches:
- "*"
paths:
- fixtures/**
- goodrouter-ts/**
jobs:
test-unit:
runs-on: ubuntu-latest
container: node:20.9-alpine3.17
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm test
test-lint:
runs-on: ubuntu-latest
container: node:20.9-alpine3.17
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
test-audit:
runs-on: ubuntu-latest
container: node:20.9-alpine3.17
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm audit --audit-level high