Skip to content

MINOR: main: comment edge deployment by default #403

MINOR: main: comment edge deployment by default

MINOR: main: comment edge deployment by default #403

Workflow file for this run

name: Go build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
- name: Gofmt
run: ./scripts/gofmt.sh
- name: Build
run: go build ./...
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2023.1"