From f1b96e48dbc8cdecd1ad63a1bbb79c35cfaeb5c2 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:43:03 -0600 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 942a039..b12b26f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,21 +20,12 @@ jobs: - name: Setup Biome CLI 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: Run Biome - run: biome format --write MHSF/src + run: biome format --write./src - name: Push to GitHub uses: stefanzweifel/git-auto-commit-action@v5 with: - repository: ./MHSF commit_message: Automatically format code commited commit_user_name: Format Bot commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>