Skip to content

refactor: fix return type in development's runCommand function #1607

refactor: fix return type in development's runCommand function

refactor: fix return type in development's runCommand function #1607

name: Validate Conventional Commit Title
on:
pull_request:
branches:
- develop
types: [opened, edited, reopened]
jobs:
pr-title-linter:
runs-on: ubuntu-latest
steps:
# this is a hash for amannn/[email protected]
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}