Skip to content

Bump minimatch from 3.0.4 to 3.1.2 #22

Bump minimatch from 3.0.4 to 3.1.2

Bump minimatch from 3.0.4 to 3.1.2 #22

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