Add GitHub Actions
This commit is contained in:
parent
11aa1735e1
commit
fe111fc657
10
.github/workflows/ci.yaml
vendored
Normal file
10
.github/workflows/ci.yaml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./run ci:test
|
Loading…
Reference in a new issue