Skip to content

Commit

Permalink
Add config for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wiruzx committed Sep 28, 2020
1 parent 6a670aa commit 7a450a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Swift

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Test HyperLabel
run: ./scripts/test.sh

0 comments on commit 7a450a9

Please sign in to comment.