From b4e4c4eb19c90e526bb6af72e4d966266971acbb Mon Sep 17 00:00:00 2001 From: Hannah Bollar Date: Thu, 4 Jan 2024 08:55:59 -0800 Subject: [PATCH] only lint check manual doc files (#5) Signed-off-by: Hannah Bollar --- .github/workflows/yaml-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yaml-format-check.yml b/.github/workflows/yaml-format-check.yml index fd18ada..d602deb 100644 --- a/.github/workflows/yaml-format-check.yml +++ b/.github/workflows/yaml-format-check.yml @@ -10,6 +10,6 @@ jobs: - name: Run markdownlint uses: nosborn/github-action-markdown-cli@v3.3.0 with: - files: 'source' + files: 'source/docs' ignore_files: 'source/docs/sample.md' config_file: .markdownlint.yaml