Skip to content

CAPI 1.9, k8s/* 0.31, controller-runtime 0.19, controller-tools 0.16.5 #1211

CAPI 1.9, k8s/* 0.31, controller-runtime 0.19, controller-tools 0.16.5

CAPI 1.9, k8s/* 0.31, controller-runtime 0.19, controller-tools 0.16.5 #1211

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on: [ pull_request ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true