Skip to content

Commit

Permalink
Added CI actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneQi committed Aug 27, 2019
1 parent 78262b7 commit 83855fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: docker://swift:5.0
with:
entrypoint: swift
args: build

0 comments on commit 83855fe

Please sign in to comment.