Update module google.golang.org/protobuf to v1.35.2 #469
This file contains 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: Helm lint | |
on: | |
push: | |
pull_request: | |
jobs: | |
helm-lint: | |
name: lint | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: read | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Helm | |
uses: azure/[email protected] | |
- name: Run helm lint | |
run: helm lint chart/iam-runtime-infratographer |