chore(knowledge): move canonical docs to shared SoMC wiki
CI / validate (push) Successful in 8m7s
Release / release (push) Successful in 8m54s

This commit is contained in:
dmg
2026-09-09 23:17:47 -04:00
parent ed3f3cd843
commit df17c021c6
30 changed files with 7 additions and 1258 deletions
-3
View File
@@ -44,9 +44,6 @@ jobs:
commitlint --from "${{ github.event.pull_request.base.sha }}" --to "${{ github.sha }}" \
--extends @commitlint/config-conventional
- name: Validate OKF design
run: npm run design:validate
- name: Lint
run: npm run lint
-1
View File
@@ -37,7 +37,6 @@ jobs:
- name: Validate release source
run: |
npm run design:validate
npm run lint
npm run typecheck
npm test