Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zpg6 committed Apr 26, 2020
2 parents 64c9972 + ceb5ba7 commit 3d7baa9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/swift.yml
@@ -0,0 +1,20 @@
name: Swift

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

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: apple/swift@master
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit 3d7baa9

Please sign in to comment.