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
Dmitriy Pleshevskiy 2d1fbf4be2
All checks were successful
continuous-integration/drone/push Build is passing
ci: remove changing directory
2022-06-14 12:54:21 +03:00

16 lines
222 B
YAML

kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
- pull_request
steps:
- name: tests
image: denoland/deno:alpine-1.22.3
commands:
- deno test --allow-read