Skip to main content
Module

x/textras/.build.yml

Text wrangling Typescript utilities
Go to Latest
File
image: 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