ci: run lint before frontend build

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-07-21 10:09:04 +00:00
co-authored by naiba/CloudCode
parent 31c6249f40
commit 74a89b39ef
+3
View File
@@ -27,6 +27,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Build frontend
run: npm run build