feat: enable eslint in ci

This commit is contained in:
Stavros
2025-10-31 16:13:51 +02:00
parent 330c7aa8f1
commit 5f7e89c330
4 changed files with 22 additions and 5 deletions

View File

@@ -29,10 +29,10 @@ jobs:
run: |
echo testing > internal/assets/version
- name: Build frontend
- name: Lint frontend
run: |
cd frontend
bun run build
bun run lint
- name: Copy frontend
run: |