Skip to content

feat: pin helm version and repo list #37

feat: pin helm version and repo list

feat: pin helm version and repo list #37

Workflow file for this run

name: Lint Code Base
on: # yamllint disable-line rule:truthy
push: {}
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: "main"
VALIDATE_ALL_CODEBASE: true
VALIDATE_KUBERNETES_KUBECONFORM: false