diff --git a/Earthfile b/Earthfile index 80a19b60..8e62c9de 100644 --- a/Earthfile +++ b/Earthfile @@ -20,7 +20,7 @@ rust-base: ENV MUSL_VERSION="1.2.5-r0" RUN apk add --no-cache bash=$BASH_VERSION musl-dev=$MUSL_VERSION RUN rustup component add rustfmt clippy - WORKDIR "/consistent_whitespace" + WORKDIR "/monkey_interpreter" check-clean-git-history: @@ -62,7 +62,7 @@ check-rust-formatting: golang-base: FROM golang:1.22.1 - WORKDIR "/consistent_whitespace" + WORKDIR "/monkey_interpreter" shell-formatting-base: