initial github actions commit

This commit is contained in:
felix 2019-09-04 13:57:06 +02:00 committed by GitHub
parent 02ebb592df
commit ca11e8f519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/shell.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: ./install