Skip to content

Configure Renovate

Configure Renovate #18

Workflow file for this run

name: helmfile-lint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
helmfile-lint:
name: helmfile-lint
runs-on: ubuntu-latest
steps:
- name: "Checkout Commit"
uses: actions/checkout@v2
- name: "Lint Helmfiles"
uses: cloudposse/actions/github/helmfile-linter@bfdebec