Skip to content

Commit de2a250

Browse files
authored
Create main.yml
1 parent bd95a4d commit de2a250

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
test:
7+
runs-on: macos-11
8+
steps:
9+
- uses: actions/checkout@v2
10+
- run: swift test

0 commit comments

Comments
 (0)