Change container distro

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-06-18 20:14:42 +02:00
parent 6f4ae7de65
commit 7a7d4ad325
Signed by untrusted user: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -3,11 +3,11 @@ type: docker
name: default
steps:
- name: lint
image: denoland/deno:alpine
image: denoland/deno:debian
commands:
- deno fmt --check
- deno lint
- name: test
image: denoland/deno:alpine
image: denoland/deno:debian
commands:
- deno test -A