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