Skip to content

Commit d9afc24

Browse files
ci: add commitlint
1 parent 7454ece commit d9afc24

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Commit Lint
2+
3+
on:
4+
workflow_dispatch: {}
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
11+
12+
jobs:
13+
commit-lint:
14+
uses: UiPath/.github/.github/workflows/commit-lint.yml@master
15+
secrets:
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)