Added interface with qrix-motion plc. Copied changes to SampleChamber logic from PR15. INTERLOCKS STILL NEED TO BE PROGRAMMED, ONLY INTERFACE WAS ADDED. #23
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PCDS Standard Testing | |
on: | |
push: | |
pull_request: | |
release: | |
types: | |
- published | |
jobs: | |
standard: | |
uses: pcdshub/pcds-ci-helpers/.github/workflows/twincat-standard.yml@master | |
with: | |
# The workflow can be configured to look at a specific project directory, if | |
# desirable. This defaults to the root of the repository ("."). | |
project-root: "." | |
# Pattern (grep-compatible) of filenames to exclude in style checks. | |
style-exclude: "" |