Skip to content

Commit

Permalink
Change the CI/CD to format on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Jan 3, 2024
1 parent 9320c4b commit 137eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Eslint
run: npm run lint
- name: Prettier
run: npm run format:check
run: npm run format

0 comments on commit 137eff3

Please sign in to comment.