Skip to content

Commit 64145bd

Browse files
committed
run frontend linting in gh-actions
1 parent d1ff8b4 commit 64145bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
working-directory: ./frontend
3535
run: npm ci
3636

37+
- name: Run ESLint
38+
working-directory: ./frontend
39+
run: npm run lint
40+
3741
- name: Run unit tests
3842
working-directory: ./frontend
3943
run: npm run test:unit:run

0 commit comments

Comments
 (0)