readcon-db 0.1.4

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
name: Lint

on:
  pull_request:
    branches: [main]
jobs:
  lint:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v6
      with:
        fetch-depth: 0

    - name: Conventional commits check
      uses: cocogitto/cocogitto-action@v3
      with:
        check-latest-tag-only: true

    # large-file-auditor is omitted: this clone already has historical
    # target/debug blobs above 1M. Rewriting shared history is a separate job.