Skip to content

test: cover internal/db's remaining gaps (84.1% -> 87.3%) #33

test: cover internal/db's remaining gaps (84.1% -> 87.3%)

test: cover internal/db's remaining gaps (84.1% -> 87.3%) #33

Workflow file for this run

name: Commit Message Lint
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
name: Validate commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
run: |
git log --format="%H %s" \
${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} \
| python .github/scripts/lint_commits.py