GHA CI Badge

This commit is contained in:
Max Howell
2020-07-26 13:58:24 -04:00
parent 8a217b3982
commit 07007a5421
2 changed files with 13 additions and 1 deletions

12
.github/workflows/checks.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Checks
on:
push:
branches:
- master
jobs:
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: swift --version
- run: swift test --parallel