From ca11e8f5197fd9bbac6039944847e421f76448f5 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 4 Sep 2019 13:57:06 +0200 Subject: [PATCH] initial github actions commit --- .github/workflows/shell.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/shell.yml diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml new file mode 100644 index 0000000..838448b --- /dev/null +++ b/.github/workflows/shell.yml @@ -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