Skip to content

Commit

Permalink
norelease fix formatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Aug 18, 2024
1 parent 46fd537 commit cceb0e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/formatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ 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 --write

- name: Restore lock files
run: |
git checkout -- *lock.json || true
git checkout -- *.lock || true
git checkout -- *.lockb || true
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand All @@ -38,4 +44,4 @@ jobs:
branch: ${{ github.head_ref }}
commit_user_name: tscircuitbot
commit_user_email: tscircuitbot@users.noreply.github.com
commit_author: tscircuitbot <tscircuitbot@users.noreply.github.com>
commit_author: tscircuitbot <tscircuitbot@users.noreply.github.com>

0 comments on commit cceb0e6

Please sign in to comment.