Skip to content

[stable-v2.0] improvements #1

[stable-v2.0] improvements

[stable-v2.0] improvements #1

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1