Skip to content

Commit 2c8d8e0

Browse files
authored
not ignore
1 parent 7bd5141 commit 2c8d8e0

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
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install -g markdownlint-cli
2828

2929
- name: Lint and Fix Markdown files
30-
run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json --ignore GPT-RAG_SolutionAccelerator/
30+
run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json
3131

3232
- name: Configure Git
3333
run: |

0 commit comments

Comments
 (0)