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 ef5605b commit 0bf5245Copy full SHA for 0bf5245
.github/workflows/documentation.yml
@@ -26,12 +26,14 @@ jobs:
26
with:
27
files: .
28
ignore_path: .markdownlintignore
29
+ ignore_files: public/**
30
31
- name: Perform spell check
32
uses: codespell-project/actions-codespell@v2
33
34
path: '**/*.md'
35
check_filenames: true
36
+ skip: public/**
37
ignore_words_list: tekst
38
39
build:
.github/workflows/php.yml
@@ -37,6 +37,7 @@ jobs:
VALIDATE_YAML: true
VALIDATE_XML: true
VALIDATE_GITHUB_ACTIONS: true
40
+ FILTER_REGEX_EXCLUDE: 'public/**'
41
42
quality:
43
name: Quality control
0 commit comments