Skip to content

Initial Commit

Initial Commit #1

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- "*.md"
pull_request:
branches:
- main
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:
CI: true
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.19.x
- run: go get -v -t -d ./...
- run: go build -v .