mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 16:24:14 +00:00
10 lines
148 B
YAML
10 lines
148 B
YAML
image: alpine/edge
|
|
packages:
|
|
- go
|
|
sources:
|
|
- https://github.com/emersion/go-webdav
|
|
tasks:
|
|
- test: |
|
|
cd go-webdav
|
|
go test -v ./...
|