Skip to content

Commit 2063f10

Browse files
committed
feat: update CI workflow to include type checking and streamline documentation validation
1 parent 3a9283b commit 2063f10

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414
node-version: '24.10.0'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
17+
- run: npm run typecheck
1718
- run: npm run build
18-
- run: npm run lint
19-
- run: npm run test
20-
- name: Validate generated documentation
21-
run: |
22-
npm run generate:docs
23-
if ! git diff --quiet; then
24-
git --no-pager diff
25-
exit 1
26-
fi
19+
- run: npm run test

0 commit comments

Comments
 (0)