Skip to content

Replace all version numbers in README.md when releasing #111

Replace all version numbers in README.md when releasing

Replace all version numbers in README.md when releasing #111

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: swift build
- run: pod lib lint