Skip to content

Commit

Permalink
Test spellchecker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed May 5, 2024
1 parent 5fd9b3d commit 26b3c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/spellchecker_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
extend-exclude = [
"import_tests/*",
"base_collections/*",
]
4 changes: 3 additions & 1 deletion .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
uses: actions/checkout@v4

- name: Check spelling of file.txt
uses: crate-ci/typos@master
uses: crate-ci/typos@master
with:
config: ./.github/spellchecker_config.toml

0 comments on commit 26b3c7e

Please sign in to comment.