We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae55f5 commit 4aabd6aCopy full SHA for 4aabd6a
1 file changed
.github/workflows/validate_and_fix_markdown.yml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
contents: write
10
+ pull-requests: write
11
12
jobs:
13
validate-and-fix-markdown:
@@ -27,7 +28,7 @@ jobs:
27
28
run: npm install -g markdownlint-cli
29
30
- name: Lint and Fix Markdown files
- run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json --ignore GPT-RAG_SolutionAccelerator/
31
+ run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json
32
33
- name: Configure Git
34
run: |
0 commit comments