File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,3 +190,17 @@ A test is required when adding a codec to cq-cli. Add a file named `test_[your c
190190| ** 100** | Error while running the CadQuery script (build error, possibly from OCCT). |
191191| ** 200** | Error while running the conversion codec. |
192192
193+ ---
194+
195+ ### Github Workflows
196+
197+ This repository has five GitHub Actions workflows in \` .github/workflows\` :
198+
199+ ** CI/CD**
200+ - ` lint.yml\ ` : Runs Black formatting checks (currently on Python 3.13).
201+ - ` tests.yml\ ` : Runs the main test suite with pytest (currently on Python 3.11).
202+ - ` test\_freecad.yml\ ` : Runs FreeCAD-specific integration tests in a conda environment.
203+
204+ ** Builds per OS - WIP**
205+ - ` pyinstaller.yml\ ` : Manually triggered PyInstaller builds for Linux, macOS, and Windows.
206+ - ` pyinstaller-builds-actions.yml\ ` : Alternate/manual conda-based cross-platform PyInstaller build workflow.
You can’t perform that action at this time.
0 commit comments