Skip to content

ENH: pathlib -> universal_pathlib to enable cloud (and other filesystem) support #756

ENH: pathlib -> universal_pathlib to enable cloud (and other filesystem) support

ENH: pathlib -> universal_pathlib to enable cloud (and other filesystem) support #756

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@v4
- uses: codespell-project/actions-codespell@master