Skip to content

Commit

Permalink
revert: "ci: temporary disable lint-commit-messages"
Browse files Browse the repository at this point in the history
This reverts commit e4cf8ce.
  • Loading branch information
jdbruijn committed Mar 29, 2024
1 parent a12ea54 commit efcef7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- renovate/**
pull_request: null
jobs:
# lint-commit-messages:
# uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
build:
Expand All @@ -26,7 +26,7 @@ jobs:
release:
uses: vidavidorra/.github/.github/workflows/release.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
needs:
# - lint-commit-messages
- lint-commit-messages
- lint
- build
- test
Expand Down

0 comments on commit efcef7d

Please sign in to comment.