Fix CQS signal modernize-deprecated-headers in xplat/yoga/yoga [B] [A] #1136
This file contains hidden or 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: Validate SwiftPM | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - 'release-*' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| test: | |
| name: Build | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Setup | |
| uses: ./.github/actions/setup-apple | |
| - name: Build Debug | |
| run: swift build -c debug | |
| - name: Build Release | |
| run: swift build -c release |