0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00

chore: add github actions

This commit is contained in:
Beatriz Vieira 2020-08-27 23:31:51 -03:00 committed by GitHub
parent c3a35e4a56
commit c4443184ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: make build