Skip to content

Merge pull request #89 from edoardottt/edoardottt-patch-1 #405

Merge pull request #89 from edoardottt/edoardottt-patch-1

Merge pull request #89 from edoardottt/edoardottt-patch-1 #405

Workflow file for this run

name: Go
on:
push:
branches: [ main,devel ]
pull_request:
branches: [ main,devel ]
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: cd cmd && go build -v .
#- name: Test
# run: go test -v ./...