We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82cb56 commit c9a8925Copy full SHA for c9a8925
.github/workflows/lint.yml
@@ -11,3 +11,5 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Lint question service
13
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