build: add tool for managing repos
17 files changed
tree: d0475191ea96555190d83c37e82e3931a7947198
  1. .github/
  2. ci/
  3. cmd/
  4. doc/
  5. docs/
  6. images/
  7. internal/
  8. molecule/
  9. playbooks/
  10. plugins/
  11. releasenotes/
  12. roles/
  13. tools/
  14. zuul.d/
  15. .ansible-lint
  16. .gitignore
  17. .pre-commit-config.yaml
  18. go.mod
  19. go.sum
  20. README.md
  21. setup.cfg
  22. setup.py
  23. tox.ini
README.md

Atmosphere

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg