Skip to content

Commit d203494

Browse files
committed
ci: skip conventional commits check
Signed-off-by: Sergei Lukianov <[email protected]>
1 parent 140e518 commit d203494

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/commitlint.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Make sure commit subject and description follow the Conventional Commits spec.
2-
# See https://www.conventionalcommits.org/
3-
41
name: "commitlint"
52

63
on:
@@ -24,11 +21,6 @@ jobs:
2421
fetch-depth: 0
2522
persist-credentials: "false"
2623

27-
- name: Run commitlint on Pull Request's commits
28-
uses: opensource-nepal/commitlint@v1
29-
with:
30-
verbose: true
31-
3224
- name: Block Merge Commits
3325
if: ${{ always() }}
3426
uses: Morishiri/[email protected]

0 commit comments

Comments
 (0)