1 files changed, 10 insertions(+), 0 deletions(-)
A .build.yml
A .build.yml => .build.yml +10 -0
@@ 0,0 1,10 @@
+image: archlinux
+packages:
+ - leiningen
+sources:
+ - https://git.sr.ht/~jomco/ring-openapi-validator
+tasks:
+ - test: |
+ cd ring-openapi-validator
+ lein test
+ lein lint