mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Add working directory to the lint stage on GHA
This commit is contained in:
parent
35db3ffbf0
commit
97686e1c87
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
working-directory: backend
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: backend
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Build
|
||||
@ -41,6 +42,7 @@ jobs:
|
||||
working-directory: frontend
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: frontend
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user