Skip to content

feat(topic): add topic8 caption and swap points K, J, L #365

feat(topic): add topic8 caption and swap points K, J, L

feat(topic): add topic8 caption and swap points K, J, L #365

Workflow file for this run

name: Commitlint
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install commitlint
run: |
npm install -g @commitlint/cli @commitlint/config-conventional
- name: Validate PR title with commitlint
if: github.event_name == 'pull_request'
run: echo '${{ github.event.pull_request.title }}' | commitlint --verbose