Skip to content

chore: Bump actions/setup-python from 5.2.0 to 5.3.0 #43

chore: Bump actions/setup-python from 5.2.0 to 5.3.0

chore: Bump actions/setup-python from 5.2.0 to 5.3.0 #43

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
validate-title:
if: github.event.pull_request.draft == false
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}