Fix Kotlin property access syntax in Yoga Java test files (#1959) #1063
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: | |
| 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 |