Skip to content

Add reusable logic for checking whether in xcodebuild context. #11

Add reusable logic for checking whether in xcodebuild context.

Add reusable logic for checking whether in xcodebuild context. #11

Workflow file for this run

name: Build Linux
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Version
run: swift --version
- name: Build
run: swift build