Skip to content

test: Fix pylint issues for cache test #55

test: Fix pylint issues for cache test

test: Fix pylint issues for cache test #55

Workflow file for this run

name: 'Lint PR title'
on:
pull_request_target:
types:
- opened
- reopened
- edited
# - synchronize (if you use required Actions)
jobs:
main:
name: Validate PR title
runs-on: ubuntu-slim
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}