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 a742a31 commit d82cb56Copy full SHA for d82cb56
.github/workflows/lint.yml
@@ -0,0 +1,13 @@
1
+name: Lint
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ lint:
7
+ name: Lint
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout code
11
+ uses: actions/checkout@v4
12
+ - name: Lint question service
13
+ run: cd backend/question-service && npm install && npm run lint
backend/question-service/README.md
@@ -0,0 +1 @@
+# Question Service
0 commit comments