feat: added PR checks (lint & test) and removed them from the deploy step

This commit is contained in:
2026-09-09 17:00:54 +02:00
parent 66f99e3a4a
commit 06583f1a5a
2 changed files with 24 additions and 6 deletions
-6
View File
@@ -26,12 +26,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Run unit tests
run: npm run test:unit
- name: Build
run: npm run build