1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

Create swift.yml

This commit is contained in:
Anton Palgunov 2020-01-14 10:24:24 +00:00 committed by GitHub
parent aeee9983d1
commit 093faa2c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/swift.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Swift
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v