mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-23 00:34:23 +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 ./...
|