mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
Update 'Justfile'
This commit is contained in:
parent
6f12f2a8e4
commit
57076a47d3
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -17,7 +17,7 @@ lint: tool-golangci tool-gofumpt
|
||||||
|
|
||||||
tool-golangci:
|
tool-golangci:
|
||||||
@hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \
|
@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
|
fi
|
||||||
|
|
||||||
tool-gofumpt:
|
tool-gofumpt:
|
||||||
|
|
Loading…
Reference in a new issue