|
|
@ -4,12 +4,6 @@
|
|
|
|
name: 'yuzu verify'
|
|
|
|
name: 'yuzu verify'
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
# workflow_call:
|
|
|
|
|
|
|
|
# inputs:
|
|
|
|
|
|
|
|
# from_ci:
|
|
|
|
|
|
|
|
# type: boolean
|
|
|
|
|
|
|
|
# required: false
|
|
|
|
|
|
|
|
# default: true
|
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
@ -27,12 +21,6 @@ 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
|
|
|
|