Change container distro
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6f4ae7de65
commit
7a7d4ad325
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue