Skip to content

feat: Refactor to use more types of single-spa #77

feat: Refactor to use more types of single-spa

feat: Refactor to use more types of single-spa #77

on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install --frozen-lockfile
- run: npm run build
- run: npm test
- run: npm run check-format
- run: npm run lint