rdp-scripts/.drone.yml
Torma Kristóf e33a212f96
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2020-02-27 21:06:33 +01:00

17 lines
287 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: shellcheck
image: ubuntu:18.04
commands:
- apt update && apt install -y shellcheck
- shellcheck --format=gcc rdp.sh
- shellcheck --format=gcc woolsey
- shellcheck --format=gcc remoteapp
trigger:
branch:
- master