Skip to content

Commit

Permalink
refactor: replacing tabs with spaces (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Mar 30, 2024
1 parent 87ac707 commit 91107bc
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
Expand Up @@ -35,7 +35,7 @@ golang-base:

shell-formatting-base:
FROM +golang-base
RUN go install mvdan.cc/sh/v3/cmd/[email protected]
RUN go install mvdan.cc/sh/v3/cmd/[email protected]
DO +COPY_SOURCECODE


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

yaml-formatting-base:
FROM +golang-base
RUN go install github.com/google/yamlfmt/cmd/[email protected]
RUN go install github.com/google/yamlfmt/cmd/[email protected]
COPY ".yamlfmt" ".yamlfmt"
DO +COPY_CI_DATA

Expand Down

0 comments on commit 91107bc

Please sign in to comment.