Skip to content

Commit 3d34264

Browse files
authored
no need
1 parent 00d7e43 commit 3d34264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install -g markdownlint-cli
2929

3030
- name: Lint and Fix Markdown files
31-
run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json --ignore GPT-RAG_SolutionAccelerator/
31+
run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json
3232

3333
- name: Configure Git
3434
run: |

0 commit comments

Comments
 (0)