Skip to content

Commit 9d28518

Browse files
committed
chore: add GitHub actions
1 parent 605f027 commit 9d28518

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: [push, pull_request]
2+
jobs:
3+
test:
4+
runs-on: ${{ matrix.os }}
5+
strategy:
6+
matrix:
7+
os: [ubuntu-latest, macos-latest]
8+
steps:
9+
- uses: actions/checkout@v2
10+
- run: swift test

0 commit comments

Comments
 (0)