Skip to content

Corrected spelling and grammar mistakes #4507

Corrected spelling and grammar mistakes

Corrected spelling and grammar mistakes #4507

name: lint-pull-request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: conventional-commit-pr-title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}