Skip to content

Update changelog 2.1.1 (#83) #66

Update changelog 2.1.1 (#83)

Update changelog 2.1.1 (#83) #66

Workflow file for this run

name: CodeSpell
on:
- push
- pull_request
- workflow_call
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master