From 7b392dd5526fe05716102467f7b8637e504d2981 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 22 Jan 2024 10:01:52 +0100 Subject: [PATCH] ci: fix "unexpected input 'command'" warning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c52a2d8..a0d519b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - uses: mozilla-actions/sccache-action@v0.0.3 - uses: DavidAnson/markdownlint-cli2-action@v15 with: - command: fix + fix: true globs: | *.md docs/src/**/*.md