From 7f4069f0c5dfb803bf432066f220d3ac85d09968 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Thu, 14 Apr 2022 21:18:30 +0200 Subject: builds: reformat yaml Use two spaces for indentation consistently. Signed-off-by: Robin Jarry --- .builds/openbsd.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.builds/openbsd.yml') diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 0213bafe..88c1a1c2 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -4,17 +4,17 @@ packages: - go - scdoc sources: - - https://git.sr.ht/~rjarry/aerc + - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out tasks: - build: | - cd aerc - make + cd aerc + make - install: | - cd aerc - make install - make checkinstall + cd aerc + make install + make checkinstall - test: | - cd aerc - go test ./... + cd aerc + go test ./... -- cgit