This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cairde/.drone.yml
decentral1se 7265a5d60a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
refactor: use golangci-lint image
2023-12-19 16:31:24 +01:00

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