Skip to content

Commit ae87788

Browse files
authored
docs: add codemagic-ci info (#2760)
1 parent 35b6d0a commit ae87788

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/guides-ci-setup.md

+13
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,17 @@ workflows:
7575
- lint_commit_message: { requires: [setup] }
7676
```
7777
78+
### 3rd party integrations
79+
80+
#### [Codemagic](https://codemagic.io/)
81+
82+
```yaml
83+
#codemagic.yaml
84+
workflows:
85+
commitlint:
86+
name: Lint commit message
87+
scripts:
88+
- npx commitlint --from=HEAD~1
89+
```
90+
7891
?> 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 commit comments

Comments
 (0)