From 148b2dfdf1d89e597fc73f9539b0682166db969e Mon Sep 17 00:00:00 2001 From: cvnertnc <148134890+cvnertnc@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:34:48 +0300 Subject: [PATCH] `-fix-` --- .github/workflows/verify.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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