Some checks reported errors
continuous-integration/drone/push Build encountered an error
14 lines
202 B
YAML
14 lines
202 B
YAML
---
|
|
kind: pipeline
|
|
name: cairde
|
|
steps:
|
|
- name: make check
|
|
image: golangci-lint:v1.55.2
|
|
commands:
|
|
- make check
|
|
|
|
- name: make test
|
|
image: golang:1.21
|
|
commands:
|
|
- make test
|