From 230c733c7d4f3ca1d915f2fd3da711a6c29eef26 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 23 Oct 2023 10:48:35 +0200 Subject: [PATCH] Try other format --- .github/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 47c27d780..6be624cb0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,4 +11,6 @@ jobs: - name: markdownlint-cli2-action uses: DavidAnson/markdownlint-cli2-action@v9 with: - globs: "**/*.md #node_modules" + globs: | + **/*.md + #node_modules