Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 2.13 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.13 KB

activiti-cloud-application

Join Us in Gitter CI Codacy Badge ASL 2.0 CLA security status stability status licensing status

Activiti Cloud Application example and acceptance test suite.

Formatting

The local .editorconfig file is leveraged for automated formatting.

Pre-commit hooks run on CI include:

  • local hooks
  • shared hooks leveraging prettier

See documentation at pre-commit and pre-commit-default

To run all hooks locally:

pre-commit run -a
pre-commit run -a --config /path/to/config/format-config.yaml
pre-commit run -a --config /path/to/config/github-config.yaml