Skip to content

Bump up version 0.7.1 #31

Bump up version 0.7.1

Bump up version 0.7.1 #31

Workflow file for this run

name: CI
on: [push, pull_request]
env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: swift test -v