Skip to content

Commit

Permalink
specify specific version of the markdownlint and spellchecker docker …
Browse files Browse the repository at this point in the history
…images (#94)
  • Loading branch information
Mr-Leshiy authored Nov 15, 2023
1 parent 996eaf0 commit a4add39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earthly/cspell/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CSPELL_LOCALLY:
RUN docker run \
--rm \
-v $src:/workdir \
ghcr.io/streetsidesoftware/cspell:latest \
ghcr.io/streetsidesoftware/cspell:8.0.0 \
lint . --dot

# A Test and example invocation of the above UDC.
Expand Down
2 changes: 1 addition & 1 deletion earthly/mdlint/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MDLINT_LOCALLY:
RUN docker run \
--rm \
-v $src:/workdir \
davidanson/markdownlint-cli2-rules:next \
davidanson/markdownlint-cli2-rules:v0.10.0 \
"**/*.md" \
--config $cfg_file \
$fix
Expand Down

0 comments on commit a4add39

Please sign in to comment.