Skip to content

Move TextAlignment into a Topic sub-section of textAlignment. (#57) #99

Move TextAlignment into a Topic sub-section of textAlignment. (#57)

Move TextAlignment into a Topic sub-section of textAlignment. (#57) #99

Workflow file for this run

name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test_beta:
runs-on: macos-latest
steps:
- name: Select Xcode
run: sudo xcode-select -s "/Applications/Xcode_16_beta_4.app"
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
test_latest:
runs-on: macos-latest
steps:
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build -v