Skip to content

Commit

Permalink
Improve docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 26, 2022
1 parent 37aae97 commit 45ed5e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yml
Expand Up @@ -23,3 +23,11 @@ jobs:
with:
files: .
ignore_path: .markdownlintignore

- name: Perform spell check
uses: codespell-project/actions-codespell@master
with:
path: '**/*.md'
check_filenames: true
ignore_words_list: tekst

0 comments on commit 45ed5e4

Please sign in to comment.