Skip to content

Commit 36a862b

Browse files
authored
Merge pull request #25 from nannany/feat/organize-frontend-in-ui-dir
feat: Move frontend code to /ui directory and update CI
2 parents 2b0f824 + f5f755d commit 36a862b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: npm ci --legacy-peer-deps
23+
working-directory: ./ui
2324

2425
- name: Run linters
2526
run: npm run lint
27+
working-directory: ./ui
2628

2729
- name: Run Prettier check
28-
run: npx prettier --check "**/*.{ts,tsx,js,jsx,json,md,yml}" # Generic check, can be refined
30+
run: npx prettier --check "ui/**/*.{ts,tsx,js,jsx,json,md,yml}" # Generic check, can be refined
2931

3032
- name: Run tests
3133
run: npm test
34+
working-directory: ./ui
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)