Skip to content

feat(ios): optimize method loadImage:completed: #5385

feat(ios): optimize method loadImage:completed:

feat(ios): optimize method loadImage:completed: #5385

Workflow file for this run

name: '[git] commit message format lint'
on: [ pull_request ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
cache-dependency-path: package-lock.json
- 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