Skip to content

build(deps): update pyright to v1.1.336 #39

build(deps): update pyright to v1.1.336

build(deps): update pyright to v1.1.336 #39

# SPDX-License-Identifier: MIT
name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
permissions:
pull-requests: read
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}