Update format.yml

This commit is contained in:
dvelo 2024-12-27 11:16:26 -06:00 committed by GitHub
parent e92a707ff5
commit 937985fe0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,10 +13,6 @@ jobs:
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
@ -30,6 +26,10 @@ jobs:
- name: Run Biome
run: biome format --write MHSF/src
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Push to GitHub
uses: stefanzweifel/git-auto-commit-action@v5