Skip to content

Fix config loading for tracing #173

Fix config loading for tracing

Fix config loading for tracing #173

Workflow file for this run

name: Gitlint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gitlint:
runs-on: ubuntu-latest
name: GitLint
steps:
- name: Lint commits, branches, and pull requests
uses: aschbacd/gitlint-action@v1.1.0
re-pull-request-title: '(chore|docs|feat|fix|refactor|tests?)(\([^\)]+\))?: .*'

Check failure on line 16 in .github/workflows/gitlint.yml

View workflow run for this annotation

GitHub Actions / Gitlint

Invalid workflow file

The workflow is not valid. .github/workflows/gitlint.yml (Line: 16, Col: 9): Unexpected value 're-pull-request-title' .github/workflows/gitlint.yml (Line: 17, Col: 9): Unexpected value 're-commit-message-subject'
re-commit-message-subject: '(chore|docs|feat|fix|refactor|tests?)(\([^\)]+\))?: .*'