hyperfi/.drone.yml
2022-05-24 06:48:37 +08:00

11 lines
164 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: debian:bullseye
commands:
- apt update -y
- apt install -y shellcheck
- shellcheck hyperfi