Skip to content

Commit

Permalink
feat: prettier job
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Dec 29, 2024
1 parent e180259 commit 77cc80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun run format
- run: bun run format:check
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"packages/*"
],
"scripts": {
"build": "turbo run build"
"build": "turbo run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"turbo": "^2.3.3"
Expand Down

0 comments on commit 77cc80d

Please sign in to comment.