Skip to content

Change indentation

Change indentation #59

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
tests_on_macOS:
name: Tests on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v