fix or nort fix unkwon
This commit is contained in:
cvnertnc 2024-03-20 11:42:21 +03:00 committed by GitHub
parent c112986869
commit aef647f53e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 23 deletions

View file

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

View file

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