Adds action.
This commit is contained in:
parent
6719b1551a
commit
6d6c5ae7c4
|
@ -0,0 +1,17 @@
|
|||
name: Swift
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-12
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: swift build -v
|
||||
- name: Run tests
|
||||
run: swift test -v
|
Loading…
Reference in New Issue