backup everything to local gitea

This commit is contained in:
QkoSad
2025-07-15 23:14:49 +03:00
parent 33a5afd017
commit de27476578
202 changed files with 22113 additions and 59866 deletions
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
install:
- make node_modules
script:
- make lint
- make test
- make coveralls