Skip to content

feat: allowing extension point for lsp specific actions #109

feat: allowing extension point for lsp specific actions

feat: allowing extension point for lsp specific actions #109

Workflow file for this run

name: Lint Commit
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- edited
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
commitlint:
runs-on: ubuntu-latest
name: commitlint
steps:
- uses: actions/checkout@v5
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
subjectPattern: ^(?![A-Z]).+$