diff --git a/.github/workflows/formatbot.yml b/.github/workflows/formatbot.yml index ee025bc..5f3cabb 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 check --apply-unsafe . + run: npx @biomejs/biome format --apply-unsafe . - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4