Skip to content

docs: add Enterprise Compliance (August 2026) section #88

docs: add Enterprise Compliance (August 2026) section

docs: add Enterprise Compliance (August 2026) section #88

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install --if-present || true
- name: Run tests
run: npm test --if-present || echo "No tests configured yet"