diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 5dab0886d59..4d3a552d3b9 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -28,4 +28,4 @@ jobs: run: npm ci # Use 'npm ci' to install dependencies - name: eslint # Step to run linters - uses: icrawl/action-eslint@v1 \ No newline at end of file + run: eslint . \ No newline at end of file