Skip to content

Commit 900dce8

Browse files
authored
docs: add gitlab-ci setup (#2829)
1 parent 45be238 commit 900dce8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guides-ci-setup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ workflows:
7575
- lint_commit_message: { requires: [setup] }
7676
```
7777
78+
## GitLab CI
79+
80+
```yaml
81+
lint:commit:
82+
stage: lint
83+
script:
84+
- echo "${CI_COMMIT_TITLE}\n\n${CI_COMMIT_DESCRIPTION}" | npx commitlint
85+
```
86+
7887
### 3rd party integrations
7988
8089
#### [Codemagic](https://codemagic.io/)

0 commit comments

Comments
 (0)