Skip to content

chore(deps): update helmfile/helmfile-action action to v2.2.0 #325

chore(deps): update helmfile/helmfile-action action to v2.2.0

chore(deps): update helmfile/helmfile-action action to v2.2.0 #325

Workflow file for this run

---
name: Lint
on:
push:
permissions:
contents: read
jobs:
build:
name: Helmfile Lint
runs-on: my-arc-runners
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run helmfile lint
uses: helmfile/helmfile-action@v2.2.0
with:
helmfile-args: lint
helmfile-version: "v1.2.3"