Create main.yml

This commit is contained in:
Stephen F. Booth 2021-05-30 10:10:34 -05:00 committed by GitHub
parent a9bccbf4ba
commit 4c4db9cc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/main.yml vendored Normal file
View File

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