Skip to content

Simplify page access and activity update copy #72

Simplify page access and activity update copy

Simplify page access and activity update copy #72

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run generate:demo
- run: npm test
- run: npm run build
- run: npm audit --audit-level=moderate