NIDAQ: Work around bug with 6341 card that lies about its portWidth. #62
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: Misc checks | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
check-utf8-encoding: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./tools/check-utf8.sh |