Skip to content

Commit 73db591

Browse files
committed
skip .git/objects in codespell
1 parent 5c4d033 commit 73db591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Run CodeSpell
4646
uses: codespell-project/actions-codespell@v2.0
4747
with:
48-
check_hidden: true
48+
check_hidden: false
4949
check_filenames: true
5050
skip: package-lock.json

0 commit comments

Comments
 (0)