Skip to content

Commit

Permalink
Merge pull request #1 from InseeFrLab/setup-ci
Browse files Browse the repository at this point in the history
Setup CI
  • Loading branch information
olevitt authored Mar 12, 2020
2 parents e45e1f6 + 5386e85 commit bf0300f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2-beta
with:
go-version: "^1.13.1" # The Go version to download (if necessary) and use.
- run: go version && GO111MODULE=on go build -o onyxia-cli main.go

0 comments on commit bf0300f

Please sign in to comment.