Skip to content

Commit 8f75a25

Browse files
authored
Merge pull request bugcrowd#538 from bugcrowd/RRudder-patch-4
Update main.yml to point to `.markdownlint.json`
2 parents 52dc732 + c230d12 commit 8f75a25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212

1313
- name: Lint Markdown files
1414
uses: avto-dev/markdown-lint@v1
15+
env:
16+
MARKDOWN_CONFIG_FILE: ".markdownlint.json"
1517
with:
1618
args: '**/*.md'

0 commit comments

Comments
 (0)