Skip to content

Update indentation for conditional code #16

Update indentation for conditional code

Update indentation for conditional code #16

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v