Skip to content

feat: initial registry with seeded artefacts and CI #1

feat: initial registry with seeded artefacts and CI

feat: initial registry with seeded artefacts and CI #1

Workflow file for this run

name: Registry CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm ci
- name: Validate registry
run: node scripts/validate.mjs