Skip to content

Commit

Permalink
Merge pull request #25 from input-output-hk/feature/simplify-mdlint-c…
Browse files Browse the repository at this point in the history
…spell

Fix names of example UDCs to match real UDCs
  • Loading branch information
stevenj authored Oct 2, 2023
2 parents 814efba + e7e0ca0 commit 606ec25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion earthly/cspell/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spellcheck-lint:
# Check spelling in this repo.
LOCALLY
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:t1.2.0+CSPELL --src=$(echo ${PWD})
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:t1.2.0+CSPELL_LOCALLY --src=$(echo ${PWD})
```

In this use case, the UDC is run Locally, so that the src in the repo can be directly checked.
Expand Down
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 606ec25

Please sign in to comment.