We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a3b92 commit 36ef0d4Copy full SHA for 36ef0d4
Earthfile
@@ -20,7 +20,7 @@ rust-base:
20
ENV MUSL_VERSION="1.2.5-r0"
21
RUN apk add --no-cache bash=$BASH_VERSION musl-dev=$MUSL_VERSION
22
RUN rustup component add rustfmt clippy
23
- WORKDIR "/consistent_whitespace"
+ WORKDIR "/monkey_interpreter"
24
25
26
check-clean-git-history:
@@ -62,7 +62,7 @@ check-rust-formatting:
62
63
golang-base:
64
FROM golang:1.22.1
65
66
67
68
shell-formatting-base:
0 commit comments