Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Ignore build outputs #8

Ignore build outputs

Ignore build outputs #8

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
# - name: Run tests
# run: swift test -v