Skip to content

YAML document separators #115

YAML document separators

YAML document separators #115

Workflow file for this run

name: Lint
on:
push:
branches:
- anvil
pull_request: {}
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Kubectl
run: curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl && kubectl version || true
- name: Install Helm
run: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Helm dep update
run: cd galaxykubeman/ && helm dep update && cd ..
- name: Helm lint
run: helm lint galaxykubeman/