Skip to content

Fix codespell configuration to ignore build/ #11

Fix codespell configuration to ignore build/

Fix codespell configuration to ignore build/ #11

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Spell check
uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: "ignore_words.txt"