Skip to content

Commit

Permalink
chore: Update codespell.yml to skip excalidraw files (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 authored Apr 5, 2024
1 parent d0ae18b commit 73175a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "*.excalidraw"

0 comments on commit 73175a2

Please sign in to comment.