Skip to content

Merge pull request #190 from IBM/dependabot/go_modules/k8s.io/api-0.32.1 #875

Merge pull request #190 from IBM/dependabot/go_modules/k8s.io/api-0.32.1

Merge pull request #190 from IBM/dependabot/go_modules/k8s.io/api-0.32.1 #875

Workflow file for this run

name: codespell
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
skip: "./go.sum"
ignore_words_list: NotIn