Skip to content

Commit 76fa979

Browse files
Create swift.yml
1 parent 3699de9 commit 76fa979

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/swift.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Swift
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: macOS-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Build
13+
run: swift build -v
14+
- name: Run Tests
15+
run: swift test -v

0 commit comments

Comments
 (0)