Skip to content

Commit

Permalink
chore: add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Drish-xD committed Aug 12, 2024
1 parent 8396196 commit 0b6ff71
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Code Checks

on:
push:
branches:
- main
pull_request:
push:
branches: [main]

jobs:
merge-conflicts:
Expand Down Expand Up @@ -44,3 +43,7 @@ jobs:

- name: Check ESLint
run: npm run lint:check

# TODO: Uncomment when code is formated by Prettier
# - name: Check Prettier
# run: npm run format:check

0 comments on commit 0b6ff71

Please sign in to comment.