readcon-core 0.14.6

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
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:
        # Full-history check dies on pre-v0.14 `docs+bench:` / untyped merges.
        check-latest-tag-only: true

    - name: Audit for large files
      uses: HaoZeke/large-file-auditor@v0.1.0
      with:
        file-size-threshold: "1M"