Skip to content

looks like we use 'running' in place of 'executing' for current runni… #35

looks like we use 'running' in place of 'executing' for current runni…

looks like we use 'running' in place of 'executing' for current runni… #35

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build -v ./...