Skip to content

Commit 1c65ce8

Browse files
committed
Improve docs workflow
1 parent f544dcd commit 1c65ce8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)