зеркало из https://github.com/Azure/aks-canipull.git
Create go.yml
This commit is contained in:
Родитель
a43455af57
Коммит
fea1e48e7d
|
@ -0,0 +1,22 @@
|
|||
name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
|
||||
- name: Test
|
||||
run: make test
|
Загрузка…
Ссылка в новой задаче