Skip to content

Commit f21a206

Browse files
committed
Separate build instructions for Windows and Unix into separate sections in README.md
1 parent f65f80a commit f21a206

File tree

3 files changed

+176
-138
lines changed

3 files changed

+176
-138
lines changed

.github/workflows/markdown-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
VALIDATE_ALL_CODEBASE: false
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
VALIDATE_MARKDOWN: true
39-
DEFAULT_BRANCH: ${{ github.base_ref }}
39+
DEFAULT_BRANCH: ${{ github.base_ref }}
40+
MARKDOWN_LINT_CONFIG_FILE: .markdownlint.json

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"no-duplicate-heading": false
3+
}

0 commit comments

Comments
 (0)