Skip to content

Merge pull request #32 from controlplaneio-fluxcd/dependabot/github_a… #67

Merge pull request #32 from controlplaneio-fluxcd/dependabot/github_a…

Merge pull request #32 from controlplaneio-fluxcd/dependabot/github_a… #67

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup yq
uses: fluxcd/pkg/actions/yq@main
- name: Setup kubeconform
uses: fluxcd/pkg/actions/kubeconform@main
- name: Setup Helm
uses: azure/[email protected]
- name: Setup Helm Docs
uses: gabe565/setup-helm-docs-action@v1
- run: make plugins manifests lint
- name: Check if working tree is dirty
run: |
if [[ $(git diff --stat) != '' ]]; then
git --no-pager diff
echo 'run make test and commit changes'
exit 1
fi