From 335e8d5464bb18ed2047550aaca570d690501173 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 12 Sep 2023 16:08:19 +0200 Subject: [PATCH] ci: replace deprecated "command" with "fix" markdownlint-cli2-action deprecated "command" input in favor of "fix" --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 27378cd96..01dfdd274 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -328,7 +328,7 @@ jobs: RUSTDOCFLAGS="-Dwarnings" cargo doc ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-deps --workspace --document-private-items - uses: DavidAnson/markdownlint-cli2-action@v12 with: - command: fix + fix: "true" globs: | *.md docs/src/*.md