Create main.yml
This commit is contained in:
parent
a9bccbf4ba
commit
4c4db9cc2e
|
@ -0,0 +1,19 @@
|
|||
name: Swift
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: swift build -v
|
||||
# - name: Run tests
|
||||
# run: swift test -v
|
Loading…
Reference in New Issue