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

Create swift.yml

This commit is contained in:
Zaheer 2022-03-01 10:37:06 +05:00 committed by GitHub
parent 4e4c8363c2
commit e9e6b9adc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,19 @@
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