Skip to content

Issue #81 log unrequired targets instead of failing. #85

Issue #81 log unrequired targets instead of failing.

Issue #81 log unrequired targets instead of failing. #85

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