mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-07 18:56:35 -05:00
![WGH](/assets/img/avatar_default.png)
* Fix validate() function to handle errors in embedded anon structs * Implement webhook branch filter See #2025, #3998.
9 lines
71 B
YAML
9 lines
71 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.3
|
|
|
|
script:
|
|
- go test -v ./...
|