Skip to content

Commit

Permalink
fix formatbot to format
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 10, 2024
1 parent 4f89f7b commit dd0a710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install @biomejs/biome@${{ steps.get-biome-version.outputs.BIOME_VERSION }}

- name: Run formatter
run: npx @biomejs/biome format .
run: npx @biomejs/biome format . --write

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
8 changes: 7 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"indentStyle": "space"
},
"files": {
"ignore": ["cosmos-export", "dist", "package.json"]
"ignore": [
"cosmos-export",
"dist",
"package.json",
"tsconfig.json",
"static-routes.ts"
]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit dd0a710

Please sign in to comment.