We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9362849 commit 1418f06Copy full SHA for 1418f06
1 file changed
.github/workflows/backend-ci.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: Install dependencies
32
working-directory: ./backend
33
run: npm ci
34
- - name: Code Quality - Lint # kiểm tra chất lượng mã nguồn
35
- working-directory: ./backend
36
- run: npm run lint
37
- name: Build
38
39
run: npm run build --if-present
0 commit comments