Update google.golang.org/genproto/googleapis/api digest to 3a174f9 #363
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: ci-mce-capi-webhook-config | |
| on: | |
| pull_request: | |
| paths: | |
| - 'mce-capi-webhook-config/**' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| defaults: | |
| run: | |
| working-directory: ./mce-capi-webhook-config | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: build | |
| run: make build | |
| - name: docker-build | |
| run: make docker-build | |
| - name: test | |
| run: make test |