From a82aa2ee6609e13dd92e2a210eb1d126fdc325ad Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 22 Jul 2022 23:18:19 -0700 Subject: [PATCH] Update configuration file used by command=config test. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af386ea..6ff23e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: with: command: config globs: | - config/.markdownlint.jsonc + config/test.markdownlint.jsonc test/* command-config-missing: name: Command = config (missing configuration file, fails)