Skip to content

Commit

Permalink
fix(lint): Removed redundant prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed May 30, 2024
1 parent e2574e5 commit 6ecb96e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run EsLint
- name: Run Linter (Checks for Eslint and Prettier errors)
run: npm run lint

- name: Run Prettier
run: npm run format -- --check

0 comments on commit 6ecb96e

Please sign in to comment.