From 9336cb18b925123cb79b99f21c788abd7199fc0d Mon Sep 17 00:00:00 2001 From: Dave Musicant / thinkpad Date: Tue, 3 May 2022 14:40:54 -0500 Subject: [PATCH] try just tests --- .github/workflows/gitwatch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitwatch.yml b/.github/workflows/gitwatch.yml index e618f1e..6693d06 100644 --- a/.github/workflows/gitwatch.yml +++ b/.github/workflows/gitwatch.yml @@ -36,7 +36,8 @@ jobs: # https://github.com/github/super-linter/issues/1400 # https://github.com/kucherenko/jscpd/issues/481 # Test files are bats files, which don't follow bash standards - FILTER_REGEX_EXCLUDE: \.github/linters/\.markdown-lint.yml | tests\.* + # FILTER_REGEX_EXCLUDE: \.github/linters/\.markdown-lint.yml | tests\.* + FILTER_REGEX_EXCLUDE: tests\.* #------------------------------------------------------------------------- bats: