Skip to content

Update version numbers etc for v1.14.0 #1241

Update version numbers etc for v1.14.0

Update version numbers etc for v1.14.0 #1241

Workflow file for this run

name: Codespell
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- stable-*.*
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2