We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc275a4 commit 3f3bb04Copy full SHA for 3f3bb04
.github/workflows/SpellCheck.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check spelling
18
uses: crate-ci/typos@master
19
codespell:
20
- https://github.com/codespell-project/codespell
+ # https://github.com/codespell-project/codespell
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
0 commit comments