Skip to content

ENH: Speed up indexing by bulk committing to database #636

ENH: Speed up indexing by bulk committing to database

ENH: Speed up indexing by bulk committing to database #636

Workflow file for this run

---
name: Codespell
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master