Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Patrick Müller 2020-12-29 10:47:19 +01:00 committed by Patrick Müller
commit 38f555bba5

19
.github/workflows/swift.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