feat(ci): add backend compilation step to CI workflow and introduce compile task for Python syntax checking
This commit is contained in:
@@ -75,6 +75,11 @@ tasks:
|
||||
desc: Run all linters
|
||||
deps: [lint-frontend, lint-python]
|
||||
|
||||
compile:
|
||||
desc: Compile Python code to check for syntax errors
|
||||
cmds:
|
||||
- "{{.PYTHON}} -m compileall meshchatx/"
|
||||
|
||||
install:
|
||||
desc: Install all dependencies (installs node modules and python deps)
|
||||
deps: [node_modules, python]
|
||||
|
||||
Reference in New Issue
Block a user