Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
paren/.drone.yml

18 lines
238 B
YAML
Raw Normal View History

2022-06-14 12:52:51 +03:00
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
- pull_request
steps:
- name: tests
image: denoland/deno:alpine-1.22.3
commands:
- cd /app
- deno test --allow-read