Skip to content

Commit

Permalink
Test with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 11, 2024
1 parent 929055c commit 106c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mdlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# use markdownlint-cli to check for markdown files
docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules
docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules --fix

# exit code
exit_code=$(echo $?)
Expand Down

0 comments on commit 106c9e7

Please sign in to comment.