Skip to content

docs: add MIT LICENSE #16

docs: add MIT LICENSE

docs: add MIT LICENSE #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
- project/aeo-registry
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- run: npm ci
- run: npm run verify
# Least-privilege: read-only test/CI runs. GITHUB_TOKEN gets no write to
# anything. The publish/release flows (where they exist) carry their own
# scoped permissions per-workflow.
permissions:
contents: read