diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e57f74e..e5c4a21 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,8 +17,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - name: Use OCaml ${{ matrix.ocaml-version }} uses: ocaml/setup-ocaml@v3