Skip to content

feat: add ArrayShapeDescriber for precise array shape documentation #1283

feat: add ArrayShapeDescriber for precise array shape documentation

feat: add ArrayShapeDescriber for precise array shape documentation #1283

Workflow file for this run

name: GitHub PR Lint
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
semantic-pr:
name: Validate semantic PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Semantic PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}