diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d439c69..40cec2e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,6 +21,8 @@ jobs: id: changed-files with: files: '**/*.md' + files_ignore: | + docs/wiki-guide/HF_*_Template*.md separator: "," # This runs the linter ONLY on the files identified above