Skip to content

build(deps-dev): bump tsx from 4.20.5 to 4.20.6 #940

build(deps-dev): bump tsx from 4.20.5 to 4.20.6

build(deps-dev): bump tsx from 4.20.5 to 4.20.6 #940

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'github-actions[bot]' && !contains(github.event.pull_request.user.login, 'bot')
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}