From 9ce439f184dbda3779f4200010ebc1258a505dca Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Sat, 16 Apr 2022 11:27:08 +0530 Subject: [PATCH] chore: fix failing actions --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0dda38d..e6e6132 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -26,7 +26,7 @@ jobs: # ESLint and Prettier must be in `package.json` - name: Install Node.js dependencies - run: yarn --immutable + run: npm i - name: Run linters uses: wearerequired/lint-action@42567b31ed576cdd5a431d77ca5bc8822430d1d0 # tag=v1 @@ -35,5 +35,5 @@ jobs: prettier: true github_token: ${{ secrets.GITHUB_TOKEN }} auto_fix: false - eslint_extensions: ts + eslint_extensions: js commit_message: "style(auto): fix code style issues with ${linter}" \ No newline at end of file