Skip to content

Commit 0b8dcae

Browse files
authored
Merge pull request #34 from UiPath/fix/commitlint-action
fix: remove extra commit-lint step
2 parents 3d78559 + d59e02e commit 0b8dcae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212

1313
jobs:
14+
commit-lint:
15+
uses: ./.github/workflows/commitlint.yml
1416
lint:
1517
uses: ./.github/workflows/lint.yml
1618

.github/workflows/commitlint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Commit Lint
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
workflow_call:
75

86
jobs:
97
commit-lint:

0 commit comments

Comments
 (0)