Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 #24

Bump ansi-regex from 4.1.0 to 4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1 #24

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: install
run: |
npm install -g @commitlint/cli @commitlint/config-conventional
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
- name: lint
run: |
echo "${{github.event.pull_request.title}}" | commitlint