Skip to content

Commit

Permalink
Add GitHub actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 15, 2019
1 parent 20e376b commit e5fd19f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Go
on: [push]
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Build
run: make

0 comments on commit e5fd19f

Please sign in to comment.