Skip to content

Commit 4aabd6a

Browse files
authored
cleaning pipeline
1 parent 8ae55f5 commit 4aabd6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
pull-requests: write
1011

1112
jobs:
1213
validate-and-fix-markdown:
@@ -27,7 +28,7 @@ jobs:
2728
run: npm install -g markdownlint-cli
2829

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

3233
- name: Configure Git
3334
run: |

0 commit comments

Comments
 (0)