Skip to content

Commit

Permalink
Tell codespell to skip JSON files in fonts directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorais-ledger committed Jul 28, 2023
1 parent 372bf7d commit 2b89049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
["--skip", ".lib_nbgl/include/*.json", ".lib_bagl/include/*.json", "--"]

0 comments on commit 2b89049

Please sign in to comment.