x/denon/scripts.yml
1234567scripts: test: - "deno fmt --check" - "deno lint --unstable" - "deno test --unstable -A"watch: false