pull/29/head
cvnertnc 2 years ago committed by GitHub
parent 961d49da1c
commit 148b2dfdf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,12 +13,6 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
codespell:
permissions: write-all
needs: check
uses: ./.github/workflows/codespell.yml
if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }}
secrets: inherit
format: format:
name: 'verify format' name: 'verify format'
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -33,6 +27,12 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
- name: 'Verify Formatting' - name: 'Verify Formatting'
run: bash -ex ./.ci/scripts/format/script.sh 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: earelease:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: format needs: format

Loading…
Cancel
Save