Skip to content

Commit e1fe4dd

Browse files
committed
chore(global): removed workspace config
1 parent 977bc30 commit e1fe4dd

File tree

6 files changed

+16435
-17005
lines changed

6 files changed

+16435
-17005
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on: [push]
44
jobs:
55
eslint-reva-api:
66
runs-on: ubuntu-latest
7+
defaults:
8+
run:
9+
working-directory: ./packages/reva-api
710
steps:
811
- uses: actions/checkout@v3
912
- name: Use Node.js
@@ -14,7 +17,7 @@ jobs:
1417
- name: Installing dependencies
1518
run: npm ci
1619
- name: Running ESLint
17-
run: npm run lint -w reva-api
20+
run: npm run lint
1821

1922
eslint-reva-admin:
2023
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)