Skip to content

ci(node-server-sdk): put in contract test workaround #6269

ci(node-server-sdk): put in contract test workaround

ci(node-server-sdk): put in contract test workaround #6269

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Verify the PR title matches conventional commit spec.
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}