Skip to content

OV8.7 Validation

OV8.7 Validation #502

Workflow file for this run

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@v1
with:
go-version: 1.18
- name: Install Go Overalls
run: go install github.com/mattn/goveralls@latest
- name: Install Go Lint
run: go install golang.org/x/lint/golint@latest
- name: Running Test Script
run: make test