Skip to main content
Module

x/dyr/.build.yml

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
File
image: ubuntu/ltspackages: - unzipsources: - https://git.sr.ht/~timhare/d-yrtriggers: - action: email condition: failure to: tim@harek.notasks: - install-deno: | curl -fsSL https://deno.land/x/install/install.sh | sh - test: | DENO_INSTALL="/home/build/.deno" PATH="$DENO_INSTALL/bin:$PATH" cd d-yr deno test