Skip to content

Commit b432d67

Browse files
authored
Merge branch 'ds_decompose-pr-test' into dshevtsov-patch-1
2 parents 9d81012 + 43c881a commit b432d67

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint-pr_job.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
with:
2525
reviewdog_version: v0.20.3
2626

27-
- name: Load super-linter configuration
28-
shell: bash
29-
run: cat .github/super-linter.env >> "$GITHUB_ENV"
30-
3127
- name: Lint Code Base with super-linter and reviewdog
3228
uses: super-linter/super-linter/slim@v7.3.0
3329
env:
3430
GITHUB_TOKEN: ${{ github.token }}
31+
VALIDATE_MARKDOWN: true
32+
FIX_MARKDOWN: true
33+
MARKDOWN_CONFIG_FILE: .markdownlint.yml
34+
VALIDATE_ALL_CODEBASE: false
35+
IGNORE_GITIGNORED_FILES: true
3536

3637
- name: Report linting results with reviewdog
3738
shell: bash

0 commit comments

Comments
 (0)