Skip to content

build(deps): bump helmfile/helmfile-action from 2.4.3 to 2.4.4 #53

build(deps): bump helmfile/helmfile-action from 2.4.3 to 2.4.4

build(deps): bump helmfile/helmfile-action from 2.4.3 to 2.4.4 #53

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
paths-ignore:
- .github/**
- README.md
env:
CARGO_TERM_COLOR: always
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# Install Helmfile & Helm
- uses: helmfile/helmfile-action@v2.4.4
with:
helmfile-auto-init: "true"
helmfile-args: "version"
# Execute linting
- uses: taiki-e/install-action@just
- name: Run lint
run: just lint