Skip to content

feat: update swift action version #8

feat: update swift action version

feat: update swift action version #8

Workflow file for this run

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

Check failure on line 12 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 12
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/