Skip to content

Commit 0bf5245

Browse files
committed
Exclude public directory from lint and documentation checks
1 parent ef5605b commit 0bf5245

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
with:
2727
files: .
2828
ignore_path: .markdownlintignore
29+
ignore_files: public/**
2930

3031
- name: Perform spell check
3132
uses: codespell-project/actions-codespell@v2
3233
with:
3334
path: '**/*.md'
3435
check_filenames: true
36+
skip: public/**
3537
ignore_words_list: tekst
3638

3739
build:

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
VALIDATE_YAML: true
3838
VALIDATE_XML: true
3939
VALIDATE_GITHUB_ACTIONS: true
40+
FILTER_REGEX_EXCLUDE: 'public/**'
4041

4142
quality:
4243
name: Quality control

0 commit comments

Comments
 (0)