Skip to content

Add SKIP_DOCKER option #16

Add SKIP_DOCKER option

Add SKIP_DOCKER option #16

Workflow file for this run

name: Build
on:
pull_request: null
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up stable Go
uses: actions/setup-go@v5
with:
go-version: "stable"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Attempt build
run: make build