move frontend to a cmd too for consistency

This commit is contained in:
2024-12-22 21:40:21 +01:00
parent ebd82475fd
commit 3bfc20cb21
34 changed files with 3 additions and 3 deletions

View File

@@ -2,14 +2,14 @@ name: Frontend Continuous Integration
on:
push:
paths:
- "frontend/**"
- "cmd/frontend/**"
jobs:
lint:
uses: ./.github/workflows/svelte_lint.yml
with:
working-directory: 'frontend'
working-directory: 'cmd/frontend'
build:
needs: lint
uses: ./.github/workflows/svelte_build.yml
with:
working-directory: 'frontend'
working-directory: 'cmd/frontend'