Rename qv_pthread_scope_free to qv_pthread_scopes_free. (#221) #415
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 |