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