Initial commit

This commit is contained in:
2023-11-19 19:06:52 +03:00
commit a13598acb6
9 changed files with 778 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
---
stages:
- linter
linter:
stage: linter
image:
name: osshelp/drone-linter
entrypoint: [""]
script: [entrypoint.sh]