Skip to content

FIX: upath protocol mismatch #1003

FIX: upath protocol mismatch

FIX: upath protocol mismatch #1003

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