Skip to content

Commit

Permalink
Configure Codespell to check hidden files (#4236)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed May 10, 2023
1 parent e5dbc74 commit f7b236d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/tender-needles-dance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
'openzeppelin-solidity': minor
---

`ERC20Wrapper`: self wrapping and deposit by the wrapper itself are now explicitelly forbiden.
`ERC20Wrapper`: self wrapping and deposit by the wrapper itself are now explicitly forbidden.

commit: 3214f6c25
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ jobs:
- name: Run CodeSpell
uses: codespell-project/actions-codespell@v2.0
with:
check_hidden: true
check_filenames: true
skip: package-lock.json,*.pdf

0 comments on commit f7b236d

Please sign in to comment.