Skip to content

CNTRLPLANE-244: Enable initial GitHub Action jobs #22

CNTRLPLANE-244: Enable initial GitHub Action jobs

CNTRLPLANE-244: Enable initial GitHub Action jobs #22

Workflow file for this run

name: codespell
on:
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Codespell with annotations
uses: codespell-project/[email protected]
with:
skip: ./hack/tools/bin/codespell_dist,./docs/site/*,./vendor/*,./api/vendor/*,./hack/tools/vendor/*,./api/hypershift/v1alpha1/*,./support/thirdparty/*,./docs/content/reference/*,./hack/tools/bin/*,./cmd/install/assets/*,./go.sum,./hack/workspace/go.work.sum,./api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests,./hack/tools/go.mod,./hack/tools/go.sum
ignore_words_file: .codespellignore