This commit is contained in:
Kevin Leung
2020-03-11 22:04:13 +08:00
committed by GitHub
parent 83b1981709
commit c617bbf1fc

15
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lix-pm/setup-lix@master