We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e45e1f6 + 5386e85 commit bf0300fCopy full SHA for bf0300f
.github/workflows/build.yml
@@ -0,0 +1,11 @@
1
+on: [push, pull_request]
2
+
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: actions/setup-go@v2-beta
9
+ with:
10
+ go-version: "^1.13.1" # The Go version to download (if necessary) and use.
11
+ - run: go version && GO111MODULE=on go build -o onyxia-cli main.go
0 commit comments