Skip to content

Commit

Permalink
docs(mdlint): Fix mdLint Documentation to sue correct UDC Name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Oct 2, 2023
1 parent 887c1a3 commit e7e0ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/mdlint/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ markdown-lint:
# Check Markdown in this repo.
LOCALLY
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT --src=$(echo ${PWD})
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT_LOCALLY --src=$(echo ${PWD})
markdown-lint-fix:
# Check Markdown in this repo.
LOCALLY
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT --src=$(echo ${PWD}) --fix=--fix
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT_LOCALLY --src=$(echo ${PWD}) --fix=--fix
```

In this use case, the UDC is run Locally, so that the markdown in the repo can be directly checked.
Expand Down

0 comments on commit e7e0ca0

Please sign in to comment.