Skip to content

refactor: delay busy-indicator show upto 1.5 s (#830) #327

refactor: delay busy-indicator show upto 1.5 s (#830)

refactor: delay busy-indicator show upto 1.5 s (#830) #327

Workflow file for this run

name: Lint Commit Messages
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
# See: https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012
push:
branches:
- master
pull_request:
branches:
- master
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5