``-x-``
fix or nort fix unkwon
This commit is contained in:
parent
c112986869
commit
aef647f53e
12
.github/workflows/codespell.yml
vendored
12
.github/workflows/codespell.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
12
.github/workflows/verify.yml
vendored
12
.github/workflows/verify.yml
vendored
|
|
@ -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…
Reference in a new issue