Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Include a server span kind #1133

Include a server span kind

Include a server span kind #1133

Workflow file for this run

name: Gitlint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- uses: g4s8/gitlint-action@0.2
with:
since: "2023-01-01"
pattern: '(chore|docs|feat|fix|refactor|tests?)(\([^\)]+\))?: .*'