Skip to content

Commit

Permalink
fix formatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 23, 2024
1 parent e7fa9a4 commit 0a82ebb
Showing 1 changed file with 1 addition and 1 deletion.
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 check --apply-unsafe .
run: npx @biomejs/biome format --apply-unsafe .

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 0a82ebb

Please sign in to comment.