kustomize-check-action

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2020 License: GPL-3.0 Imports: 8 Imported by: 0

README

kustomize-check-action

kustomize-check-action do check kustomizations when changed.

  check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
      with:
        fetch-depth: 0 # kustomize-check-action uses git diff cmd so fetch-depth should be 0 or enough depths.
    - name: kz-check
      uses: 'anarcher/kustomize-check-action@master'
      with:
        # paths is optional. when changes are in this paths, check-action do check it.
        paths: |
            base/
            overlay/

pic

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL