A docker image for running Commitlint. It includes
@commitlint/cli
and@commitlint/config-conventional
You can download this image from DockerHub or GitHub Package registry
docker pull /brpaz/docker-commitlint
docker pull ghcr.io/brpaz/docker-commitlint
For commitlint to be able to work, you must mount your project directory in the container.
Ex:
docker run --rm -it -v $(pwd):/code -w /code ghrc.io/brpaz/docker-commitlint:19.3.0 --edit
Or using stdin
:
echo "foo" | docker -i run ghrc.io/brpaz/docker-commitlint:19.3.0
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
If this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source.
The sinplest form of support is to give a ⭐️ to this repo.
You can also contribute with GitHub Sponsors.
Or if you prefer a one time donation to the project, you can simple:
👤 Bruno Paz
- Website: brunopaz.dev
- Github: @brpaz
Copyright © 2023 Bruno Paz.
This project is MIT licensed.