Skip to content

Commit 7730a3d

Browse files
bug: Markdownlint Action Ignore Templates
Pull from Collab Guide [PR 53](Imageomics/Collaborative-distributed-science-guide#53) * Include ignore in config * test: template that should be ignored * Specifically ignore files in lint.yaml * test: Remove test file * test: ensure config file is working with test md file * test: fix extra errors in the test md file * test: fix un-intended errors in test file * test: cleanup * Remove redundant yaml ignore from linter Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --------- Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
1 parent b8c9601 commit 7730a3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
id: changed-files
2222
with:
2323
files: '**/*.md'
24+
files_ignore: |
25+
docs/wiki-guide/HF_*_Template*.md
2426
separator: ","
2527

2628
# This runs the linter ONLY on the files identified above

0 commit comments

Comments
 (0)