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

This commit is contained in:
2020-12-29 10:47:19 +01:00
committed by Patrick Müller
+19
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