mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 17:49:02 +08:00
commit lint is fixed (#261)
This commit is contained in:
parent
5381dc7e56
commit
a2acee209c
2
.github/workflows/commitlint.yml
vendored
2
.github/workflows/commitlint.yml
vendored
@ -11,4 +11,6 @@ jobs:
|
||||
- uses: actions/setup-node@v2.1.0
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user