feat(ci): add github actions

This commit is contained in:
Sebastian
2019-08-22 09:00:58 +02:00
committed by GitHub
parent e419086dbe
commit e91d9b0dac

View File

@@ -7,11 +7,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: tmp
run: |
echo $GITHUB_EVENT_NAME
cat $GITHUB_EVENT_PATH
- name: Set up Go 1.12 - name: Set up Go 1.12
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with: