Skip to content

Commit

Permalink
Merge pull request #5271 from cakebaker/ci_replace_deprecated_command…
Browse files Browse the repository at this point in the history
…_input

ci: replace deprecated "command" with "fix"
  • Loading branch information
sylvestre committed Sep 13, 2023
2 parents ab995eb + 335e8d5 commit 70b01d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70b01d8

Please sign in to comment.