We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65b75c commit f1c2e61Copy full SHA for f1c2e61
.github/workflows/main.yml
@@ -73,6 +73,7 @@ jobs:
73
codespell:
74
runs-on: ubuntu-latest
75
steps:
76
+ - uses: actions/checkout@v4
77
- uses: codespell-project/actions-codespell@v2
78
with:
79
check_filenames: true
0 commit comments