Skip to content

BUG: Reduce memory overhead in simstring db #90

BUG: Reduce memory overhead in simstring db

BUG: Reduce memory overhead in simstring db #90

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1