Refactoring start

This commit is contained in:
Andras Schmelczer 2026-05-09 22:09:04 +01:00
parent 6588930911
commit b1acdff594
19 changed files with 528 additions and 97 deletions

View file

@ -28,11 +28,14 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint -- --check || true
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test
- name: Build
run: npm run build