Skip to content

fix(core): fix global strip when ld in app #2008

fix(core): fix global strip when ld in app

fix(core): fix global strip when ld in app #2008

Workflow file for this run

name: '[commit-lint] check commit message format'
on: [ pull_request ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup-node
uses: actions/setup-node@master
with:
node-version: 14.x
- name: Install
run: |
npm install [email protected] @commitlint/[email protected] @commitlint/[email protected] @commitlint/[email protected] @commitlint/[email protected]
- name: commitlint
run: |
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose