Skip to content

Commit 3f3bb04

Browse files
committed
Fix a syntax error
1 parent fc275a4 commit 3f3bb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SpellCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check spelling
1818
uses: crate-ci/typos@master
1919
codespell:
20-
https://github.com/codespell-project/codespell
20+
# https://github.com/codespell-project/codespell
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)