Skip to content

Commit

Permalink
docs: add codemagic-ci info (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Codemagic authored Sep 22, 2021
1 parent 35b6d0a commit ae87788
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/guides-ci-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ae87788

Please sign in to comment.