Skip to content

perf: enhance HTTP/3 concurrency and performance with new options #119

perf: enhance HTTP/3 concurrency and performance with new options

perf: enhance HTTP/3 concurrency and performance with new options #119

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: ["main"]
types: [opened, edited, synchronize]
permissions:
contents: read
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
docs
chore
refactor
test
ci
build
deps
lint-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v6
with:
configFile: commitlint.config.mjs