webserver-framework/.drone.yml
Navy.gif 8f0292d151
Some checks failed
continuous-integration/drone/push Build is failing
CI/CD pipeline
2023-02-11 13:57:15 +02:00

10 lines
122 B
YAML

kind: pipeline
type: docker
name: compliance
steps:
- name: deps
image: node
commands:
- yarn install
- yarn lint