Skip to content

chore(docs): wire up the demo repo in the quickstart #45

chore(docs): wire up the demo repo in the quickstart

chore(docs): wire up the demo repo in the quickstart #45

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
refactor
docs
ci
test
build
chore