pcdshub / pcds-ci-helpers

Repository for continuous integration scripts - for PLC-related work and otherwise
3 stars 7 forks source link

pcds-ci-helpers

This repository is a place to store complex scripts for continuous integration that may see common use.

GitHub Actions Standard Workflows

TwinCAT

For TwinCAT projects, you can use the shared workflows by adding the following file to your project as .github/workflows/standard.yml:

example_twincat_gha.yml

Python

For Python projects, you can use the shared workflows by adding the following file to your project as .github/workflows/standard.yml:

example_python_gha.yml