File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,18 @@ jobs:
1616 runs-on : [ubuntu-latest]
1717
1818 steps :
19- - name : Setup PHP, with composer and extensions
20- uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
21- with :
22- php-version : ' 8.0'
23- tools : composer:v2
24- extensions : intl, mbstring, xml
25-
26- - name : Setup problem matchers for PHP
27- run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
28-
2919 - uses : actions/checkout@v3
3020
3121 - name : Lint markdown files
3222 uses : nosborn/github-action-markdown-cli@v3.1.0
3323 with :
3424 files : .
3525 ignore_path : .markdownlintignore
26+
27+ - name : Perform spell check
28+ uses : codespell-project/actions-codespell@master
29+ with :
30+ path : ' **/*.md'
31+ check_filenames : true
32+ ignore_words_list : tekst
33+
You can’t perform that action at this time.
0 commit comments