Skip to content

Commit dccd1ab

Browse files
committed
fix
1 parent 68ddbd9 commit dccd1ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/markdown-linting.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: MarkdownLint
1515
uses: DavidAnson/markdownlint-cli2-action@v10
1616
with:
17+
# all markdown, except filter out {demos,version-specific}/* for now, until we fix issues in those sections
1718
globs: |
18-
**/*.md
19-
# filter out version-specific/* for now, until we fix all issues that mdl trips over
20-
!docs/demos/*.md
21-
!docs/version-specific/*.md
19+
"**/*.md"
20+
"#docs/demos"
21+
"#docs/version-specific"

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ To contribute to this documentation, [open a pull request](https://github.com/ea
2929

3030
---
3131

32-
*(last update: {{ page.update_date }} - [easybuild-docs commit {{ git.short_commit}}](https://github.com/easybuilders/easybuild-docs/commits/{{ git.short_commit }}))*
32+
*(last update: {{ page.update_date }} - [easybuild-docs commit {{ git.short_commit}}](<https://github.com/easybuilders/easybuild-docs/commits/{{ git.short_commit }}>))*

0 commit comments

Comments
 (0)