Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
ci: fix prettier workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionX-10 committed Jun 15, 2022
1 parent 80bad15 commit 7d9d5fa
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
run: npm run format

0 comments on commit 7d9d5fa

Please sign in to comment.