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:
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

Loading…
Cancel
Save