Skip to content

Set up a GitHub workflow for Preternatural/AI #29

Set up a GitHub workflow for Preternatural/AI

Set up a GitHub workflow for Preternatural/AI #29

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.
name: Test Package
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest
steps:
- name: Get Sources
uses: actions/checkout@v2
- name: Build Package
run: swift build -v