Update format.yml

This commit is contained in:
dvelo 2024-12-27 10:49:27 -06:00 committed by GitHub
parent 04ed663117
commit 118e432125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,13 +23,9 @@ jobs:
branch: 'main'
owner: 'DeveloLongScript'
repository: 'MHSF'
- name: Access cloned repository content
run: |
cd MHSF.
- name: Run Biome
run: biome format --write ./src
run: biome format --write MHSF/src
- name: Push to GitHub
uses: stefanzweifel/git-auto-commit-action@v5