From c2ca9a23e22006b3e2180047cc999082693bd618 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:57:04 -0600 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 6e2ab22..a766c36 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@v4 + with: + ref: ${{ github.head_ref }} + - name: Setup Biome CLI uses: biomejs/setup-biome@v2