diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c5f28c2b6..b0321830c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,4 +14,4 @@ jobs: - name: Installing dependencies run: npm ci - name: Running ESLint - run: npm run eslint -w reva-api \ No newline at end of file + run: cd packages/reva-api && npx eslint modules infra \ No newline at end of file