Skip to content

Builds

Builds #37

Workflow file for this run

name: Builds
on:
push: # [push, pull_request]:
branches:
- master
schedule:
- cron: "30 17 * * 3-3" # 17:30 every day of the week
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v