Skip to content

Merge stable-1.6 into main #10

Merge stable-1.6 into main

Merge stable-1.6 into main #10

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@v3
- uses: codespell-project/actions-codespell@v1.0