Skip to content

chore: bump lsp-server from 0.7.5 to 0.7.6 #553

chore: bump lsp-server from 0.7.5 to 0.7.6

chore: bump lsp-server from 0.7.5 to 0.7.6 #553

Workflow file for this run

name: pr-lints
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
with:
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}