Skip to content

Merge pull request #519 from sgaist/fix_pre_commit_doc #662

Merge pull request #519 from sgaist/fix_pre_commit_doc

Merge pull request #519 from sgaist/fix_pre_commit_doc #662

Workflow file for this run

---
name: codespell
on: push # yamllint disable-line rule:truthy
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master