File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ spellcheck-lint:
34
34
# Check spelling in this repo.
35
35
LOCALLY
36
36
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})
38
38
```
39
39
40
40
In this use case, the UDC is run Locally, so that the src in the repo can be directly checked.
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ markdown-lint:
29
29
# Check Markdown in this repo.
30
30
LOCALLY
31
31
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})
33
33
34
34
markdown-lint-fix:
35
35
# Check Markdown in this repo.
36
36
LOCALLY
37
37
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
39
39
```
40
40
41
41
In this use case, the UDC is run Locally, so that the markdown in the repo can be directly checked.
You can’t perform that action at this time.
0 commit comments