From 8bce6055c76575d7e049d9df609fd5d8032b3101 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 4 Jul 2022 18:48:08 -0600 Subject: [PATCH] Update required-checks.yml --- .github/workflows/required-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/required-checks.yml b/.github/workflows/required-checks.yml index e8d72beb9a..71a11c717b 100644 --- a/.github/workflows/required-checks.yml +++ b/.github/workflows/required-checks.yml @@ -21,6 +21,8 @@ jobs: interval: 20s checks-yaml: | - job: lint + paths: + - '!**.md' - job: check-types paths: - '**.tsx?'