Skip to content

chore: Adding new tests #5

chore: Adding new tests

chore: Adding new tests #5

name: "Lint PR"
on:
pull_request_target:
types: [opened, reopened, edited, synchronize]
branches:
- main
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}