Skip to content

Commit c5e86bf

Browse files
committed
revert: "ci: temporary disable lint-commit-messages"
This reverts commit d09cc78.
1 parent 1c88b4c commit c5e86bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- renovate/**
88
pull_request: null
99
jobs:
10-
# lint-commit-messages:
11-
# uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
12-
# with:
13-
# configFile: ./commitlint.config.cjs
10+
lint-commit-messages:
11+
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
12+
with:
13+
configFile: ./commitlint.config.cjs
1414
lint:
1515
uses: vidavidorra/.github/.github/workflows/node-lint.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
1616
build:
@@ -40,7 +40,7 @@ jobs:
4040
release:
4141
uses: vidavidorra/.github/.github/workflows/release.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
4242
needs:
43-
# - lint-commit-messages
43+
- lint-commit-messages
4444
- lint
4545
- build
4646
- test

0 commit comments

Comments
 (0)