Skip to content

Added AIN_HEALTH Register #52

Added AIN_HEALTH Register

Added AIN_HEALTH Register #52

Workflow file for this run

# This workflow will validate the ljm_constants.json and ljm_startup_configs.json file.
name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Validate the Validator
run: |
python ljmmm_test.py
- name: Validate ljm_constants.json
run: |
python validate.py ./LabJack/LJM/ljm_constants.json
- name: Validate ljm_startup_configs.json
run: |
python validate.py ./LabJack/LJM/ljm_startup_configs.json