Skip to content

docs: fix changelog message for 6.1.0 (#289) #683

docs: fix changelog message for 6.1.0 (#289)

docs: fix changelog message for 6.1.0 (#289) #683

Workflow file for this run

name: codespell
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
codespell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2