[feat] trees & [fix] deploy & [fix] some bugs

This commit is contained in:
Data-Name-ID
2024-04-02 11:58:55 +03:00
parent cb40fb71c8
commit dd563715f2
13 changed files with 113 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ jobs:
run: pip install -r backend/requirements/dev.txt
- name: Lint with ruff
run: cd backend && ruff check .
continue-on-error: true
testing:
runs-on: self-hosted