Updated Documentation to include usage of PyVISA and tm_devices along with TekHSI. #66
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: CodeQL | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
schedule: | |
- cron: 17 16 * * 4 | |
jobs: | |
analyze: | |
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected] | |
with: | |
languages-array: '["python", "javascript"]' | |
codeql-queries: security-extended,security-and-quality | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |