Skip to content

Commit 9f73295

Browse files
committed
Improve docs workflow
1 parent d0531a4 commit 9f73295

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/documentation.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ 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
@@ -34,3 +24,10 @@ jobs:
3424
files: .
3525
ignore_path: .markdownlintignore
3626

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+

0 commit comments

Comments
 (0)