diff --git a/.github/workflows/formatbot.yml b/.github/workflows/formatbot.yml index 5ac87af..f9c713c 100644 --- a/.github/workflows/formatbot.yml +++ b/.github/workflows/formatbot.yml @@ -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 diff --git a/biome.json b/biome.json index 7d0b345..623f4d3 100644 --- a/biome.json +++ b/biome.json @@ -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": {