Skip to content

Commit c9a8925

Browse files
committed
Update linting workflow
1 parent d82cb56 commit c9a8925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Lint question service
1313
run: cd backend/question-service && npm install && npm run lint
14+
- name: Lint frontend
15+
run: cd frontend && npm install && npm run lint

0 commit comments

Comments
 (0)