Repository is organized by laser model. Each laser model has its own directory containing the driver code. coherent_lasers/ ├── src/ │ ├── app/ │ │ ├── frontend/build/(build files from webgui) │ │ ├── ...
name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...