Skip to content

fix(#9187): fix haproxy version to 2.6.17 #452

fix(#9187): fix haproxy version to 2.6.17

fix(#9187): fix haproxy version to 2.6.17 #452

name: Conventional commits
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
lint_pr_title:
name: Lint PR title
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11
- name: Install dependencies
run: npm ci
- name: Run
run: npx --no-install commitlint <<< "${{ github.event.pull_request.title }}"