make format required & fix ui formating

This commit is contained in:
9qeklajc
2025-12-10 22:51:12 +01:00
parent 02ca36141e
commit 7ca69063bd
18 changed files with 378 additions and 216 deletions
+6 -2
View File
@@ -62,14 +62,18 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
node-version: "18"
cache: "npm"
cache-dependency-path: ui/package-lock.json
- name: Install UI dependencies
working-directory: ./ui
run: npm ci
- name: Run UI format check
working-directory: ./ui
run: npm run format-check
- name: Run UI linting
working-directory: ./ui
run: npm run lint