From 1d0845b5487f98b759e64b02c7d4e16a9e5e078e Mon Sep 17 00:00:00 2001 From: max Date: Fri, 4 Sep 2026 20:54:49 +0200 Subject: [PATCH] ci: include src/server_enrollment.py in syntax verification step --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0d95942..4717652 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Verify Python Syntax run: | - python3 -m py_compile src/Server.py src/Win_Client.py src/Linux_Client.py compilation/package_dist.py compilation/upload_release.py tests/test_pipeline.py tests/*.py + python3 -m py_compile src/Server.py src/server_enrollment.py src/Win_Client.py src/Linux_Client.py compilation/package_dist.py compilation/upload_release.py tests/test_pipeline.py tests/*.py - name: Run Component Unit Tests run: |