```-x-```

fix or nort fix unkwon
pull/29/head
cvnertnc 2 years ago committed by GitHub
parent c112986869
commit aef647f53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,17 +4,7 @@
# https://github.com/codespell-project/actions-codespell # https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell # https://github.com/codespell-project/codespell
name: codespell name: codespell
on: on: pull_request
workflow_call:
inputs:
from_ci:
type: boolean
required: false
default: true
workflow_dispatch:
# pull_request
permissions: {} permissions: {}
jobs: jobs:
codespell: codespell:

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

Loading…
Cancel
Save