Skip to content

Commit

Permalink
fast-checks: exclude input.json from spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Dec 1, 2023
1 parent ba85877 commit 5e15dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fast-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Clone
uses: actions/checkout@v3
- name: Check misspellings
uses: codespell-project/actions-codespell@v1
uses: codespell-project/actions-codespell@v2
with:
builtin: clear,rare
check_filenames: true
exclude_file: input_files/input.json

0 comments on commit 5e15dba

Please sign in to comment.