Skip to content

feat: update

feat: update #9

Workflow file for this run

name: Swift CI
on:
push:
branches:
- Develope
pull_request:
branches:
- Develope
jobs:
build:

Check failure on line 13 in .github/workflows/ios.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ios.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Check Swift version
run: swift --version
- name: Build Project
run: swift build --package-path SwiftErrorArchiver/
- name: Run Tests
run: swift test --package-path SwiftErrorArchiver/