Skip to content

fix(helm): update reloader ( 1.0.107 → 1.0.108 ) #4

fix(helm): update reloader ( 1.0.107 → 1.0.108 )

fix(helm): update reloader ( 1.0.107 → 1.0.108 ) #4

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Check - Kubeconform"
on:
pull_request:
branches: ["main"]
paths: ["kubernetes/**"]
env:
KUBERNETES_DIR: ./kubernetes
jobs:
kubeconform:
name: Kubeconform
runs-on: ["ghar-set-zoo"]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup Workflow Tools
run: brew install fluxcd/tap/flux kubeconform kustomize
- name: Run kubeconform
shell: bash
run: bash ./scripts/kubeconform.sh ${{ env.KUBERNETES_DIR }}