Skip to content

Commit d86d92d

Browse files
committed
format in CI
1 parent 0ca32c5 commit d86d92d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/frontend-build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
run: |
2222
cd app && npm ci && npm run build
2323
cp -r build ../build
24+
25+
- name: Format check
26+
run: cd app && npm run format-check
27+

0 commit comments

Comments
 (0)