Skip to content

Commit 708f4fa

Browse files
authored
chore(lint): add neostandard eslint (#7)
1 parent 6dbe0f0 commit 708f4fa

File tree

6 files changed

+2297
-9
lines changed

6 files changed

+2297
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run build
3636
run: npm run build
3737
- name: Run backend tests
38-
run: cd web/backend && npm run test
38+
run: cd web/backend && npm run lint && npm run test

0 commit comments

Comments
 (0)