✨ Update controller-gen, envtest_k8s_version and kustomize #1153
Workflow file for this run
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
| # Checks if all go files have the required license header | |
| name: License | |
| on: [ pull_request ] | |
| jobs: | |
| license: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: viperproject/check-license-header@v2 | |
| with: | |
| path: . | |
| config: .github/workflows/license.conf | |
| strict: false |