Skip to content

Commit a889610

Browse files
authored
Fix syntax in spell-check.yml skip paths
1 parent f3d5fbd commit a889610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
- name: Run codespell
6565
uses: codespell-project/actions-codespell@v2
6666
with:
67-
skip: ./.git,./node_modules/
67+
skip: ./.git,./node_modules

0 commit comments

Comments
 (0)