Skip to content

feat: suppress spinner in watch command with --silent flag #2229

feat: suppress spinner in watch command with --silent flag

feat: suppress spinner in watch command with --silent flag #2229

name: PR Title - Conventional Commit
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v19.0.0