Skip to content

Commit a74aa6a

Browse files
committed
Update GitHub Actions for format check in the frontend; Separate linting with formating
1 parent 064ca9a commit a74aa6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@ jobs:
7070
run: npm run build
7171

7272
- name: Run linting checks
73-
run: npm run lint
73+
run: npm run lint
74+
75+
- name: Run format checks
76+
run: npx prettier --check .

0 commit comments

Comments
 (0)