fix: loosen up static type checker unknown field handling (#823) #62
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: postsubmit | |
| on: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| postsubmit: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | |
| - name: hydrate-goproxy | |
| run: | | |
| mkdir -p hydrate-goproxy | |
| cd hydrate-goproxy | |
| go mod init hydrate-goproxy | |
| go get github.com/kubernetes-sigs/kro@${GITHUB_SHA} |