Skip to content

docs: Remove unnecessary comments #12

docs: Remove unnecessary comments

docs: Remove unnecessary comments #12

Workflow file for this run

name: Go
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.22'
cache: true
- run: make build
- run: make test
# TODO: Add codecov