From 458358c59410715c730a1a893e9cacd9678099e6 Mon Sep 17 00:00:00 2001 From: madkali <56305549+madkali@users.noreply.github.com> Date: Mon, 14 Oct 2019 23:51:54 +0200 Subject: [PATCH] blank.ml crash burn --- .github/workflows/blank.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..33bcda7 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,17 @@ +name: CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Run a one-line script + run: echo Hello, world! + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project.