diff --git a/.github/workflows/server-lint.yml b/.github/workflows/server-lint.yml index 3abae653..dec0c544 100644 --- a/.github/workflows/server-lint.yml +++ b/.github/workflows/server-lint.yml @@ -31,4 +31,4 @@ jobs: run: cd server && npm install - name: Lint - run: npm run lint + run: cd server && npm run lint diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 5eaf08ca..f0963789 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -31,4 +31,4 @@ jobs: run: cd web && npm install - name: Lint - run: npm run lint + run: cd web && npm run lint