Skip to content

fixed a bug related to #8 (I hope ;-) #45

fixed a bug related to #8 (I hope ;-)

fixed a bug related to #8 (I hope ;-) #45

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1