diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index fbe361cb..14821405 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -43,7 +43,7 @@ jobs: - name: Install Node.js dependencies run: npm ci - working-directory: ./tenderly/actions + working-directory: ./internal_transfers/actions - name: ESLint run: npm run lint