Skip to content

如果success为false,那require放在这里会导致回滚,后面逻辑并不会执行 #692

如果success为false,那require放在这里会导致回滚,后面逻辑并不会执行

如果success为false,那require放在这里会导致回滚,后面逻辑并不会执行 #692

Workflow file for this run

name: Codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CodeSpell
uses: codespell-project/[email protected]
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: "./.git,package-lock.json,./Languages/es,./Languages/pt-br"