~nesv/govern

09022b1e0d61788c9b10efda8d3893b0da1fb458 — Nick Saika 1 year, 2 months ago 99a316d
ci: Add sr.ht build manifest for Arch Linux
1 files changed, 10 insertions(+), 0 deletions(-)

A .build/arch.yml
A .build/arch.yml => .build/arch.yml +10 -0
@@ 0,0 1,10 @@
image: archlinux
packages:
  - go
  - make
  - staticcheck
sources:
  - https://git.sr.ht/~nesv/govern
tasks:
  - check: make -C govern check
  - build: make -C govern all