From a2dde89f94249e556e377c875564b88c22400bf8 Mon Sep 17 00:00:00 2001 From: Jeffrey Duroyon Date: Wed, 18 Sep 2019 00:34:42 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b2a26b0 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Setup Go for use with actions + uses: actions/setup-go@v1.0.0