Create go.yml

This commit is contained in:
Hami Lemon 2022-02-18 16:35:32 +08:00 committed by GitHub
parent 452db2f7d2
commit 0694c54460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/go.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
- name: Build
run: go build -v ./...