Skip to content

[release-1.10] eliminate short-circuiting in logic to add/remove finalizers #4151

[release-1.10] eliminate short-circuiting in logic to add/remove finalizers

[release-1.10] eliminate short-circuiting in logic to add/remove finalizers #4151

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true