Skip to content

Commit

Permalink
refactor: replacing tabs with spaces
Browse files Browse the repository at this point in the history
DeveloperC286 committed Mar 30, 2024
1 parent 87ac707 commit b7dcb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ golang-base:

shell-formatting-base:
FROM +golang-base
RUN go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
RUN go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
DO +COPY_SOURCECODE


@@ -46,7 +46,7 @@ check-shell-formatting:

yaml-formatting-base:
FROM +golang-base
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@v0.10.0
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@v0.10.0
COPY ".yamlfmt" ".yamlfmt"
DO +COPY_CI_DATA

0 comments on commit b7dcb24

Please sign in to comment.