Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4 #1
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: CI | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
test-macos: | |
runs-on: macos-15 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build package | |
run: swift build | |
- name: Run tests | |
if: hashFiles('Tests/**') != '' | |
run: swift test |