GitHub action to run prometheus operator lint
This action …
Project use Semantic Versioning.
We recommended to use the latest and specific release version.
In order to keep your project dependencies up to date you can watch this repository (Releases only)
or use automatic tools like Dependabot.
See action.yml
steps:
- uses: docker://p1nkun1c0rns/prometheus-operator-lint-action:v2.0.3
env:
INPUT_PATH: "./"
INPUT_FILES: ".yaml"
INPUT_EXCLUDE: "skip"
steps:
- uses: docker://p1nkun1c0rns/prometheus-operator-lint-action:v2.0.3
env:
INPUT_PATH: "./DEV/monitoring,./TEST/monitoring,./PROD/monitoring"
INPUT_FILES: "*.yaml"
INPUT_EXCLUDE: "foobar"
For testing the bats testing framework is used.
git clone https://github.com/p1nkun1c0rns/prometheus-operator-lint-action.git
./tests/run.bats
The scripts and documentation in this project are released under the MIT License
fix(script): validate input file to prevent empty files
feat(dockerimage): add open for multiple input files