Remoed go.yaml

pull/2/head
Nilo Roberto C Paim 2022-08-20 09:54:46 -03:00
parent be895dbe29
commit 5da4004aa2
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...