diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 27378cd967..01dfdd274c 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