Skip to content

Handle targets with same name but in different projects #76

Handle targets with same name but in different projects

Handle targets with same name but in different projects #76

Workflow file for this run

name: Build
on:
pull_request:
paths:
- '**.swift'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: 🔨 Build
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/
swift build