Skip to content

docs(readme): soften DATA LAYERS line—purpose not stakeholder claims #3

docs(readme): soften DATA LAYERS line—purpose not stakeholder claims

docs(readme): soften DATA LAYERS line—purpose not stakeholder claims #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
cache-dependency-path: web/package-lock.json
- run: go test ./...
- run: npm ci && npm test
working-directory: web