Skip to content

add github workflow for find typo using codespell #5

add github workflow for find typo using codespell

add github workflow for find typo using codespell #5

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
check:
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