This repo contains POC for ACM promotion strategy using GitOps principles as described here.
This repo utilises pre-commit
hooks to lint code
changes. Make sure you install it before contributing to the repo.
Following are the installation instructions for pre-commit
. Further details
can be found here.
brew install pre-commit
pip install pre-commit
pacman -S python-pre-commit
pre-commit
can run automatically on every commit. This requires to run the
following command once:
pre-commit install
Use the following command to run pre-commit
manually for all files in the
repository:
pre-commit run --all-files
Jiri Tyr