Skip to content

Commit 606ec25

Browse files
authored
Merge pull request #25 from input-output-hk/feature/simplify-mdlint-cspell
Fix names of example UDCs to match real UDCs
2 parents 814efba + e7e0ca0 commit 606ec25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

earthly/cspell/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spellcheck-lint:
3434
# Check spelling in this repo.
3535
LOCALLY
3636
37-
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:t1.2.0+CSPELL --src=$(echo ${PWD})
37+
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:t1.2.0+CSPELL_LOCALLY --src=$(echo ${PWD})
3838
```
3939

4040
In this use case, the UDC is run Locally, so that the src in the repo can be directly checked.

earthly/mdlint/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ markdown-lint:
2929
# Check Markdown in this repo.
3030
LOCALLY
3131
32-
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT --src=$(echo ${PWD})
32+
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT_LOCALLY --src=$(echo ${PWD})
3333
3434
markdown-lint-fix:
3535
# Check Markdown in this repo.
3636
LOCALLY
3737
38-
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT --src=$(echo ${PWD}) --fix=--fix
38+
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.2.0+MDLINT_LOCALLY --src=$(echo ${PWD}) --fix=--fix
3939
```
4040

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

0 commit comments

Comments
 (0)