Skip to content

fix: refine readme

fix: refine readme #53

Workflow file for this run

on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm i
- run: echo '${{ github.event.pull_request.title }}' | npx -y @commitlint/cli@17