Add a test that tries to use the generated CMake libs [continuation].… #267
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: Check for valid whitespace usage in PortAudio source files | |
on: [push, pull_request] | |
jobs: | |
run-pa-whitelint-dot-py: | |
runs-on: ubuntu-latest | |
name: Ubuntu | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.x' | |
- name: Run the pa_whitelint.py script | |
run: python ./pa_whitelint.py |