Skip to content

build: remove swift build from update script #9

build: remove swift build from update script

build: remove swift build from update script #9

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v