```-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/codespell
name: codespell
on:
workflow_call:
inputs:
from_ci:
type: boolean
required: false
default: true
workflow_dispatch:
# pull_request
on: pull_request
permissions: {}
jobs:
codespell:

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