Skip to content

Commit

Permalink
ci: prettier check
Browse files Browse the repository at this point in the history
Signed-off-by: Tharun T <[email protected]>
  • Loading branch information
dottharun committed Jul 27, 2024
1 parent 9a9b306 commit dd38b84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: NPM Install
run: npm install

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

- name: Build
run: npm run build

Expand Down

0 comments on commit dd38b84

Please sign in to comment.