Skip to content

chore(build): experiment test builds #4

chore(build): experiment test builds

chore(build): experiment test builds #4

Workflow file for this run

name: PR Title Conventional Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate:
name: PR Title Conventional Check
runs-on: ubuntu-latest
steps:
- name: Conventional PR Title Check
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: true