Skip to content

feat(docs): enable path-based SPA routing via 404.html #15

feat(docs): enable path-based SPA routing via 404.html

feat(docs): enable path-based SPA routing via 404.html #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone NoJS Core for tests
run: git clone --depth 1 https://github.com/ErickXavier/no-js.git "$GITHUB_WORKSPACE/../NoJS"
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install --legacy-peer-deps
- run: npm run build
- run: npm test