lens @ 398ae343e6a33fb81f82380b17081b8f9bae328a

 1image: alpine/edge
 2packages:
 3  - go
 4  - vips-dev
 5  - sassc
 6  - golangci-lint
 7sources:
 8  - https://git.sr.ht/~gabrielgio/img
 9tasks:
10  - setup: |
11      go install  github.com/valyala/quicktemplate/qtc@latest
12      #  - lint: |
13      #      cd img
14      #      make lint      
15  - build: |
16      cd img
17      make      
18triggers:
19  - action: email
20    condition: failure
21    to: mail@gabrielgio.me
22