Skip to content

Commit c914e03

Browse files
authored
Update codespell.yml
1 parent ab9fab4 commit c914e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Codespell
44
on:
55
pull_request:
66

7+
permissions: {}
8+
79
jobs:
810
codespell:
911
runs-on: ubuntu-latest
@@ -16,4 +18,3 @@ jobs:
1618
ignore_words_file: .codespellignore
1719
check_filenames: true
1820
check_hidden: true
19-

0 commit comments

Comments
 (0)