diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cdf5cbb..2e90e05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,8 @@ jobs: - name: Install dependencies run: npm install + working-directory: ./api # Update this path to the correct directory containing your package.json - name: Run Prettier - run: npm run format \ No newline at end of file + run: npm run format + working-directory: ./api # Update this path to the correct directory containing your package.json \ No newline at end of file