Skip to content

fix: keep generated analytics HTML clean #10

fix: keep generated analytics HTML clean

fix: keep generated analytics HTML clean #10

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test
- run: npm run build