Enable running eslint on GHA
This commit is contained in:
parent
e947f3259e
commit
0a747b5609
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: npm install --prod
|
run: npm install --prod
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
# - name: Lint
|
- name: Lint
|
||||||
# run: npm run lint
|
run: npm run lint
|
||||||
# - name: Test
|
# - name: Test
|
||||||
# run: npm run test
|
# run: npm run test
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -39,8 +39,8 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: npm install --prod
|
run: npm install --prod
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
# - name: Lint
|
- name: Lint
|
||||||
# run: npm run lint
|
run: npm run lint
|
||||||
# - name: Test
|
# - name: Test
|
||||||
# run: npm run test
|
# run: npm run test
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user