diff --git a/docs/guides-ci-setup.md b/docs/guides-ci-setup.md index ad40726bb7..bb37b3c723 100644 --- a/docs/guides-ci-setup.md +++ b/docs/guides-ci-setup.md @@ -75,4 +75,17 @@ workflows: - lint_commit_message: { requires: [setup] } ``` +### 3rd party integrations + +#### [Codemagic](https://codemagic.io/) + +```yaml +#codemagic.yaml +workflows: + commitlint: + name: Lint commit message + scripts: + - npx commitlint --from=HEAD~1 +``` + ?> Help yourself adopting a commit convention by using an interactive commit prompt. Learn how to use `@commitlint/prompt-cli` in the [Use prompt guide](guides-use-prompt.md)