Skip to content

Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4 #1

Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4

Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4 #1

Workflow file for this run

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