From 5b498605754b309216912dd8b35053d6b7260849 Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Tue, 12 Mar 2024 11:36:19 -0600 Subject: [PATCH] changed to that it uses official eslint way --- .github/workflows/testAutomatic.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml index eea469e..4741eaf 100644 --- a/.github/workflows/testAutomatic.yaml +++ b/.github/workflows/testAutomatic.yaml @@ -42,5 +42,7 @@ jobs: - name: checkout to repo uses: actions/checkout@v3 + - name: Install modules + run: yarn - name: Run ESLint - uses: stefanoeb/eslint-action@1.0.2 + run: eslint . --ext .js,.jsx,.ts,.tsx