Skip to content

Commit

Permalink
build: add format check
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Mar 4, 2024
1 parent 64992f1 commit ba39885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:

- run: pnpm i
- run: pnpm run lint && pnpm run build
- run: pnpm run format-check
- run: pnpm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format-check": "prettier --check \"**/*.{ts,tsx,md}\"",
"test" : "turbo test"
},
"devDependencies": {
Expand Down

0 comments on commit ba39885

Please sign in to comment.