chore: eslint for ts (#463)

This commit is contained in:
Michael Neale
2024-12-13 13:52:31 +11:00
committed by GitHub
parent 0c6ffa4cbe
commit e85afc1b33
10 changed files with 2798 additions and 87 deletions
+5
View File
@@ -25,6 +25,11 @@ jobs:
run: npm ci
working-directory: ui/desktop
- name: Run Lint check
run: npm run lint:check
working-directory: ui/desktop
- name: Run E2E tests
run: npm run test-e2e
working-directory: ui/desktop