Skip to content

Commit

Permalink
ci: temporary disable lint-commit-messages (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent e4e0f36 commit 8a81d9e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 308 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cl-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- 'github-renovate/**'
pull_request: null
jobs:
lint-commit-messages:
uses: ./.github/workflows/lint-commit-messages.yml
# lint-commit-messages:
# uses: ./.github/workflows/lint-commit-messages.yml
lint:
uses: ./.github/workflows/node-lint.yml
release:
needs: [lint-commit-messages, lint]
needs:
# - lint-commit-messages
- lint
uses: ./.github/workflows/release.yml
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
327 changes: 23 additions & 304 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@vidavidorra/commitlint-config": "6.0.5",
"@vidavidorra/commitlint-config": "7.0.3",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
Expand Down

0 comments on commit 8a81d9e

Please sign in to comment.