diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f9a1950..e3eb201 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,8 +9,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - with: - fetch-depth: 0 + with: + fetch-depth: 0 - name: Configure run: cmake -S. -Bbuild - name: Run ${{ matrix.target }}