commit lint is fixed (#261)

This commit is contained in:
palash-signoz 2021-08-18 18:56:44 +05:30 committed by GitHub
parent 5381dc7e56
commit a2acee209c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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