Skip to content

Commit

Permalink
Add Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Oct 4, 2020
1 parent 461cfb0 commit c44b04a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Swiftkube:ModelGen CI"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v

0 comments on commit c44b04a

Please sign in to comment.