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 8eaa4aa480
All checks were successful
continuous-integration/drone/push Build is passing
ci: rever to just gofmt for now (very WIP)
2023-12-29 10:18:43 +01:00

14 lines
192 B
YAML

---
kind: pipeline
name: cairde
steps:
- name: make check
image: golang:1.21
commands:
- make check
- name: make test
image: golang:1.21
commands:
- make test