Skip to content

Commit

Permalink
Implement code quality and formatting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 1, 2024
1 parent 124792a commit 13ab436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run ESLint
run: npm run lint

- name: Check for formatting issues
run: |
npm install prettier --save-dev
npx prettier --check '**/*.{ts,tsx,js,jsx,css,scss,md,html,json}'
# - name: Check for formatting issues
# run: |
# npm install prettier --save-dev
# npx prettier --check '**/*.{ts,tsx,js,jsx,css,scss,md,html,json}'

0 comments on commit 13ab436

Please sign in to comment.