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 7bd5141 commit 2c8d8e0Copy full SHA for 2c8d8e0
.github/workflows/validate_and_fix_markdown.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npm install -g markdownlint-cli
28
29
- name: Lint and Fix Markdown files
30
- run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json --ignore GPT-RAG_SolutionAccelerator/
+ run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json
31
32
- name: Configure Git
33
run: |
0 commit comments