From eed335e1d256c8fee948f268153825ae4da2acba Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:34:10 +0100 Subject: [PATCH] fix markdown lint --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85da631..c34bb64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,6 @@ jobs: - name: Lint all files recursively uses: avto-dev/markdown-lint@v1 with: - config: '.markdownlint.yaml' - args: "'**/*.md' --ignore node_modules --ignore docs/default-keybindings.md" + config: '.markdownlint.yaml' + ignore: 'node_modules docs/default-keybindings.md' + args: '**/*.md'