From 7d9d5fa3daaf147211d3554ab4fcb8e082f3f070 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 15 Jun 2022 12:54:15 +0530 Subject: [PATCH] ci: fix prettier workflow --- .github/workflows/linter.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d0fb84a..79cac1b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,15 +24,9 @@ jobs: with: node-version: 17 - # ESLint and Prettier must be in `package.json` + # Prettier must be in `package.json` - name: Install Node.js dependencies run: npm i - name: Run linters - uses: wearerequired/lint-action@42567b31ed576cdd5a431d77ca5bc8822430d1d0 # tag=v1 - with: - eslint: false - prettier: true - github_token: ${{ secrets.GITHUB_TOKEN }} - auto_fix: false - commit_message: "style(auto): fix code style issues with ${linter}" \ No newline at end of file + run: npm run format \ No newline at end of file