Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

provide better documentation and refactor #11

provide better documentation and refactor

provide better documentation and refactor #11

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/[email protected]
- name: Build
run: go build -v ./...