Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
refactor: replacing tabs with spaces (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Mar 31, 2024
1 parent d211fcf commit 36259a6
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 @@ -66,7 +66,7 @@ check-go-formatting:

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


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

yaml-formatting-base:
FROM golang
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 36259a6

Please sign in to comment.