mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
Fix readme grammar and increase golangci-lint timeout (#1173)
This commit is contained in:
parent
eaf05dbae8
commit
415903f7e8
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ clean:
|
||||
.PHONY: lint
|
||||
lint: install-tools
|
||||
@echo "Running golangci-lint"
|
||||
golangci-lint run --timeout 5m
|
||||
golangci-lint run --timeout 10m
|
||||
@echo "Running zerolog linter"
|
||||
lint github.com/woodpecker-ci/woodpecker/cmd/agent
|
||||
lint github.com/woodpecker-ci/woodpecker/cmd/cli
|
||||
|
@ -91,7 +91,7 @@ See [Contributing Guide](CONTRIBUTING.md)
|
||||
|
||||
## 📣 Translate
|
||||
|
||||
We use a own [Weblate](https://weblate.org/en/) instance at [translate.woodpecker-ci.org](https://translate.woodpecker-ci.org).
|
||||
We use an own [Weblate](https://weblate.org/en/) instance at [translate.woodpecker-ci.org](https://translate.woodpecker-ci.org).
|
||||
|
||||
<a href="https://translate.woodpecker-ci.org/engage/woodpecker-ci/">
|
||||
<img src="https://translate.woodpecker-ci.org/widgets/woodpecker-ci/-/ui/multi-blue.svg" alt="Translation status" />
|
||||
|
Loading…
Reference in New Issue
Block a user