Skip to content

feat(codespell): add codespell and fix typo #1

feat(codespell): add codespell and fix typo

feat(codespell): add codespell and fix typo #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CodeSpell
uses: codespell-project/actions-codespell@v2