Commit Graph
2 Commits
Author SHA1 Message Date
retoor cab4498410 fix: add python3-pip and python3-venv packages to CI workflow install step 2024-11-22 19:48:37 +00:00
retoor ef9cfc2511 feat: add initial CI workflow for automated build and syntax check on push
Create .gitea/workflows/test.yaml with a Compile job that runs on every push,
checking out code, installing python3 dependencies from requirements.txt,
and executing pdf2text to validate syntax and startup behavior on ubuntu-latest.
2024-11-22 19:45:58 +00:00