Skip to content

Fix filenames in headers #18

Fix filenames in headers

Fix filenames in headers #18

Workflow file for this run

name: Pull Request
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
branches: main
jobs:
pr:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
# The package only builds on iOS/iPadOS destinations
- name: Build the package
run: xcodebuild -scheme Billboard -destination 'generic/platform=iOS Simulator'