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
|
||||
run: npm install --prod
|
||||
working-directory: backend
|
||||
# - name: Lint
|
||||
# run: npm run lint
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Build
|
||||
@ -39,8 +39,8 @@ jobs:
|
||||
- name: Install
|
||||
run: npm install --prod
|
||||
working-directory: frontend
|
||||
# - name: Lint
|
||||
# run: npm run lint
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user