Create go.yml

This commit is contained in:
kayos 2022-07-16 04:04:06 -07:00 committed by GitHub
parent 84775c10bf
commit 509f60b9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/go.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: git clone
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: vet
run: go vet ./...