Bump k8s.io/kube-aggregator from 0.22.17 to 0.33.1 #2531
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: reviewdog | |
on: [pull_request] | |
jobs: | |
misspell: | |
name: runner / misspell | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/checkout@v4.1.2 | |
- name: misspell | |
uses: reviewdog/action-misspell@v1.26.3 | |
with: | |
fail_on_error: true | |
locale: "US" | |
exclude: | | |
./vendor/* | |
./cli/vendor/* | |
*generated* | |
./examples/cert-manager-tce-pkg/bundle/* |