Skip to content

ci: fix docker image p3.12 issue #69

ci: fix docker image p3.12 issue

ci: fix docker image p3.12 issue #69

Workflow file for this run

name: lint-pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}