mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 22:36:56 +00:00
Merge remote-tracking branch 'main/main' into refactor-add-more-logging-and-tests
This commit is contained in:
commit
0f662157ff
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -20,7 +20,7 @@ fmt: 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…
Add table
Add a link
Reference in a new issue