Skip to content

Commit

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

fix(mdlint): rename MDLINT UDC so its clear its to be run LOCALLY only.
  • Loading branch information
stevenj authored Oct 2, 2023
2 parents 3ae5b94 + c75d70e commit 814efba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/mdlint/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.7

MDLINT:
MDLINT_LOCALLY:
# DO NOT RUN THIS UDC INSIDE CONTAINER BUILDS.
# IT IS NOT FOR CONTAINER BUILDS.
# See: https://github.com/earthly/earthly/issues/580
Expand Down Expand Up @@ -48,4 +48,4 @@ mdlint-test:

ARG src=$(echo ${PWD}/../../)

DO +MDLINT --src=${src}
DO +MDLINT_LOCALLY --src=${src}

0 comments on commit 814efba

Please sign in to comment.