pulldown-latex 0.8.0

Pull parser to convert LaTeX equations to MathML
Documentation
permissions:
  contents: read
on:
  push:
    branches: [main]
  pull_request:
concurrency:
  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  cancel-in-progress: true
name: fuzz
jobs:
  fuzz-build:
    runs-on: ubuntu-latest
    name: fuzz / build
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: true
      - name: Install nightly
        uses: dtolnay/rust-toolchain@nightly
      - name: Install cargo-fuzz
        run: cargo install cargo-fuzz
      - name: cargo fuzz build
        run: cargo fuzz build