Skip to content

Merge pull request #106 from groue/feature/version-bump #41

Merge pull request #106 from groue/feature/version-bump

Merge pull request #106 from groue/feature/version-bump #41

Workflow file for this run

name: check-pr
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: swift build
- name: Test
run: swift test
- name: Lint with cocoapods
run: pod lib lint --allow-warnings