Home

tmpl @c173eee38c48424abe470b8ed2b9ef0dd48f65f8 - refs - log -
-
https://git.jolheiser.com/tmpl.git
Template automation
tmpl / Earthfile
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# To lint, install Earthly and run `earth +lint`
# This ensures the usage of the same version of golangci-lint

FROM golangci/golangci-lint:v1.32

WORKDIR /tmpl

lint:
    COPY . .
    RUN golangci-lint --timeout 5m run