x/textras/.build.yml
1234567891011image: archlinuxtasks: - update-pacman: | sudo pacman -Sy - install-pkgs: | sudo pacman --noconfirm -S deno - test: | cd /home/build/textras && deno test --allow-all - lint: | cd /home/build/textras && deno lint