Fix interface naming: qv_thread to qv_pthread. #395
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: QA | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
Style: | |
uses: ./.github/workflows/check-whitespace.yml | |
Substance: | |
uses: ./.github/workflows/build.yml | |
needs: Style |