Skip to content

ci: GitHub Action to detect typos with codespell #2

ci: GitHub Action to detect typos with codespell

ci: GitHub Action to detect typos with codespell #2

Workflow file for this run

# https://github.com/codespell-project/actions-codespell
name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: crate,raison