Golanggithub (#314)

* Add Github Actions
This commit is contained in:
Tom Limoncelli
2020-07-24 14:25:17 -04:00
committed by GitHub
parent 1c77c87555
commit b07793faf8
3 changed files with 116 additions and 0 deletions

16
.github/workflows/build-and-test.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: build-and-test
ono: [pull_request, push] # TODO remove "push". Add it just for debugging
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
users: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Docker image
users: docker/build-push-action@v1
with:
push: false