mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
finish
This commit is contained in:
parent
50df84eec9
commit
0efadb6344
4 changed files with 12 additions and 8 deletions
2
Justfile
2
Justfile
|
@ -13,7 +13,7 @@ build:
|
|||
|
||||
lint: tool-golangci tool-gofumpt
|
||||
[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }; \
|
||||
golangci-lint run --timeout 5m
|
||||
golangci-lint run --timeout 5m --build-tags integration
|
||||
|
||||
tool-golangci:
|
||||
@hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue