From f17833552e2e8c3fe4d08d4b296d74d5df2af7fe Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 4 Jul 2022 19:29:07 -0600 Subject: [PATCH] Test --- .github/workflows/required-checks.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/required-checks.yml b/.github/workflows/required-checks.yml index db8c576130..f1aba0bee2 100644 --- a/.github/workflows/required-checks.yml +++ b/.github/workflows/required-checks.yml @@ -19,20 +19,16 @@ jobs: uses: blend/require-conditional-status-checks@2022.02.04 with: interval: 20s - checks-yaml: + checks-yaml: | - job: lint paths: - - "!**.md" + - '!**.md' - job: check-types paths: - - "**.tsx?" + - '**.tsx?' - job: e2e paths: - # - "!apps/web/public/static/locales/**" - - "!**.md" + - '!**.md' - job: e2e-embed paths: - # - "apps/web/**" - # - "!apps/web/public/**" - # - "packages/embeds/**" - - "!**.md" + - '!**.md'