Conform
Policy enforcement for your pipelines.
Conform is a tool for enforcing policies on your build pipelines.
Some of the policies included are:
Getting Started
Create a file named .conform.yaml
with the following contents:
policies:
- type: conventionalCommit
spec:
types:
- "type"
scopes:
- "scope"
In the same directory, run:
conform enforce
License
![license](https://img.shields.io/github/license/autonomy/conform.svg?style=flat-square)