Skip to content

Commit 5caeb73

Browse files
committed
Fix codespell skip pattern
1 parent af8ad91 commit 5caeb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: '**/*.md'
3434
check_filenames: true
3535
ignore_words_list: tekst
36-
skip: './.git, ./specifications, ./vendor'
36+
skip: ./.git,./vendor,./specifications
3737

3838
build:
3939
name: Build documentation

0 commit comments

Comments
 (0)