From 118e432125ba647f4892f7b6db1c44667fdb5438 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:49:27 -0600 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8eeaaae..ebfdf2c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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