Skip to content

Merge pull request #1074 from akhanf/upath #762

Merge pull request #1074 from akhanf/upath

Merge pull request #1074 from akhanf/upath #762

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