mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-30 16:05:32 +00:00
Update 'Justfile'
This commit is contained in:
parent
6f12f2a8e4
commit
57076a47d3
2
Justfile
2
Justfile
@ -17,7 +17,7 @@ lint: tool-golangci tool-gofumpt
|
||||
|
||||
tool-golangci:
|
||||
@hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \
|
||||
ggo install github.com/golangci/golangci-lint/cmd/golangci-lint@latest; \
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest; \
|
||||
fi
|
||||
|
||||
tool-gofumpt:
|
||||
|
Loading…
Reference in New Issue
Block a user