Skip to content

feat: Call on input cleared when all characters are removed #92

feat: Call on input cleared when all characters are removed

feat: Call on input cleared when all characters are removed #92

Workflow file for this run

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
prlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: semantic-pull-request
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}