diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f26b84100..fb5968d13 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,12 +13,6 @@ on: workflow_dispatch: jobs: - codespell: - permissions: write-all - needs: check - uses: ./.github/workflows/codespell.yml - if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }} - secrets: inherit format: name: 'verify format' runs-on: ubuntu-latest @@ -33,6 +27,12 @@ jobs: distribution: 'temurin' - name: 'Verify Formatting' run: bash -ex ./.ci/scripts/format/script.sh + codespell: + permissions: write-all + needs: check + uses: ./.github/workflows/codespell.yml + if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }} + secrets: inherit earelease: runs-on: ubuntu-latest needs: format