From ab2fb65da2561d251d13b07702e011f8c2def06a Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:20:00 -0600 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4bfacab..942a039 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,6 +13,10 @@ jobs: # added or changed files to the repository. contents: write steps: + - uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + - name: Setup Biome CLI uses: biomejs/setup-biome@v2 @@ -27,10 +31,6 @@ 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 with: