Skip to content

#39: Basic initial restructuring #50

#39: Basic initial restructuring

#39: Basic initial restructuring #50

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Lint podspec
run: pod lib lint