This orb provides a set of commands and jobs for chart-testing
in CircleCI workflows. Commands include
install-ct
, to install one of the latest versions ofct
, as well as expected CLI optionsct [ install | lint-and-install | lint | list-changed | version ]
.
This orb has been developed in unpacked form. You may view its packed source with
$ circleci orb pack src/
This repository uses pre-commit
to uphold certain code styling and standards. You may install the hooks listed in .pre-commit-config
with
$ pre-commit install