tiny-tree-magic 0.1.5

MIME type detection using mmappable shared MIME-info cache
Documentation
on: [push]

jobs:
  check:
    runs-on: forgejo-builder
    steps:
      - uses: actions/checkout@v6
      - run: cargo fmt --all -- --check
      - run: cargo clippy --all-targets -- --deny warnings
    env:
      RUSTUP_TOOLCHAIN: nightly

  test:
    needs:
      - check
    runs-on: forgejo-builder
    steps:
      - uses: actions/checkout@v6
      - run: cargo test
    env:
      RUSTUP_TOOLCHAIN: nightly