We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0531a4 commit 9f73295Copy full SHA for 9f73295
.github/workflows/documentation.yml
@@ -16,16 +16,6 @@ jobs:
16
runs-on: [ubuntu-latest]
17
18
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
29
- uses: actions/checkout@v3
30
31
- name: Lint markdown files
@@ -34,3 +24,10 @@ jobs:
34
files: .
35
ignore_path: .markdownlintignore
36
+ - name: Perform spell check
+ uses: codespell-project/actions-codespell@master
+ with:
+ path: '**/*.md'
+ check_filenames: true
32
+ ignore_words_list: tekst
33
+
0 commit comments