Skip to content

fix: bump pylint from 4.0.5 to 4.0.6 #239

fix: bump pylint from 4.0.5 to 4.0.6

fix: bump pylint from 4.0.5 to 4.0.6 #239

name: "Semantic PR Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}