Skip to content

Updated CLI to allow selection of device type #28

Updated CLI to allow selection of device type

Updated CLI to allow selection of device type #28

Workflow file for this run

name: Test Package
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
uses: ./.github/workflows/test.yml
docs:
uses: ./.github/workflows/doc-test.yml
if: ${{ (github.event_name == 'pull_request' && github.head_ref != 'main') || (github.event_name == 'push' && github.ref_name != 'main') }}