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.
1 parent 0108a7f commit 5386e85Copy full SHA for 5386e85
.github/workflows/build.yml
@@ -1,8 +1,11 @@
1
on: [push, pull_request]
2
3
-steps:
4
- - uses: actions/checkout@v2
5
- - uses: actions/setup-go@v2-beta
6
- with:
7
- go-version: "^1.13.1" # The Go version to download (if necessary) and use.
8
- - run: go version && GO111MODULE=on go build -o onyxia-cli main.go
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - 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