Update main.yml

This commit is contained in:
2019-09-18 00:34:42 +02:00
committed by GitHub
parent b5be9fd2ac
commit a2dde89f94

12
.github/workflows/main.yml vendored Normal file
View File

@@ -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