Update format.yml

This commit is contained in:
dvelo 2024-12-26 21:39:56 -06:00 committed by GitHub
parent 5ecd68b426
commit 3b579f3ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,18 @@ jobs:
- name: Setup Biome CLI - name: Setup Biome CLI
uses: biomejs/setup-biome@v2 uses: biomejs/setup-biome@v2
- name: Clone MHSF
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
with:
depth: 1
branch: 'main'
owner: 'DeveloLongScript'
repository: 'MHSF'
- name: Access cloned repository content
run: |
cd MHSF
- name: Run Biome - name: Run Biome
run: biome format ./src run: biome format ./src