chore: first commit
continuous-integration/drone/push Build is failing Details

main
Davide Polonio 2024-08-04 13:31:56 +02:00
parent fa625df302
commit 86151bc158
3 changed files with 15 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: Lint Check
image: sdesbure/yamllint
commands:
- yamllint **/*.y?ml

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

5
.yamllint.yaml Normal file
View File

@ -0,0 +1,5 @@
extends: default
rules:
line-length:
max: 120