mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
.github/workflows | ||
testdata | ||
.editorconfig | ||
.hadolint.yml | ||
.pre-commit-config.yaml | ||
.releaserc | ||
.yamllint | ||
action.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
structure-tests.yaml |
hadolint-action Action
Action that runs Hadolint Dockerfile linting tool.
Usage
steps:
uses: brpaz/hadolint-action@master
Inputs
dockerfile
The path to the Dockerfile to be tested. By default it will look for a Dockerfile in the current directory.
🤝 Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Useful Resources
Author
👤 Bruno Paz
- Website: https://github.com/brpaz
- Github: @brpaz
📝 License
Copyright © 2019 Bruno Paz.
This project is MIT licensed.