File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ cat > "$TEMP_CONFIG" <<EOF
3838 "words": $USER_WORDS
3939}
4040EOF
41- echo " Created temporary cspell config at $TEMP_CONFIG "
41+ # echo "Created temporary cspell config at $TEMP_CONFIG"
4242
4343# Run cspell on the target folder
4444npx --yes cspell --config " $TEMP_CONFIG " " $TARGET_FOLDER /**/*"
4545SPELL_STATUS=$?
4646
4747# Clean up
4848rm " $TEMP_CONFIG "
49- echo " Temporary config deleted."
49+ # echo "Temporary config deleted."
5050
5151# Report and exit with the spell check status
5252if [ $SPELL_STATUS -ne 0 ]; then
Original file line number Diff line number Diff line change 1010TARGET_DIR=" $1 "
1111FIX_FLAG=" $2 "
1212
13- echo " Linting Markdown files in directory: $TARGET_DIR "
13+ # echo "Linting Markdown files in directory: $TARGET_DIR"
1414
1515npx --yes markdownlint-cli --config ./.markdownlint.json $TARGET_DIR $FIX_FLAG
1616
You can’t perform that action at this time.
0 commit comments