Skip to content

Commit 01632e2

Browse files
committed
wearerequired still on eslint 8, eslint 9 pr closed because stale
1 parent cd62005 commit 01632e2

File tree

2 files changed

+8
-41
lines changed

2 files changed

+8
-41
lines changed

Diff for: .github/workflows/ui-build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ jobs:
2828
- name: Build
2929
working-directory: ui
3030
run: npm run build
31+
32+
- name: Prettier
33+
working-directory: ui
34+
run: npx prettier --check .
35+
36+
- name: Lint
37+
working-directory: ui
38+
run: npm run lint

Diff for: .github/workflows/ui-lint.yml

-41
This file was deleted.

0 commit comments

Comments
 (0)