Skip to content

Commit a83f4b4

Browse files
committed
Update pr-check to run checks before building frontend
1 parent a74aa6a commit a83f4b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
- name: Install dependencies
6767
run: npm ci
6868

69-
- name: Build frontend
70-
run: npm run build
71-
7269
- name: Run linting checks
7370
run: npm run lint
74-
7571
- name: Run format checks
7672
run: npx prettier --check .
73+
74+
- name: Build frontend
75+
run: npm run build

0 commit comments

Comments
 (0)