diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 63dbe87..c926c6b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +10,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: 'front-end/.node-version' + - name: Enter frontend directory + run: cd front-end - name: Install dependencies - working-directory: ./front-end run: npm ci - name: Run ESLint - working-directory: ./front-end run: npm run lint