Skip to content

feat: adding batching to unreliable messages #2449

feat: adding batching to unreliable messages

feat: adding batching to unreliable messages #2449

Workflow file for this run

name: Github pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
PR_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0