Skip to content

Repository for continuous integration scripts - for PLC-related work and otherwise

Notifications You must be signed in to change notification settings

pcdshub/pcds-ci-helpers

Repository files navigation

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