Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 567 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 567 Bytes

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