mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
feat(ci): add backend compilation step to CI workflow and introduce compile task for Python syntax checking
This commit is contained in:
parent
7dd5f5702a
commit
7e571f516d
2 changed files with 21 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue