From ab31247bd84f728d446c8a381611536316a803b8 Mon Sep 17 00:00:00 2001 From: Jakub Hanko <60473007+JakubHanko@users.noreply.github.com> Date: Fri, 24 May 2024 16:54:21 +0200 Subject: [PATCH] Fix ESLint action --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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