mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 16:49:01 +08:00
bug: commitlint.yml is fixed (#266)
Co-authored-by: Ankit Nayan <ankit@signoz.io>
This commit is contained in:
parent
1272e18672
commit
ac789ffcf0
3
.github/workflows/commitlint.yml
vendored
3
.github/workflows/commitlint.yml
vendored
@ -12,5 +12,4 @@ jobs:
|
||||
# or just "yarn" if you depend on "@commitlint/cli" already
|
||||
- run: yarn add @commitlint/cli
|
||||
- run: yarn add @commitlint/config-conventional
|
||||
- run: echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
|
||||
- run: yarn run commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
|
||||
- run: yarn run commitlint --config ./node_modules/@commitlint/config-conventional/index.js --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user