Skip to content

chore(doc): update and add missing comments/doc #16

chore(doc): update and add missing comments/doc

chore(doc): update and add missing comments/doc #16

Workflow file for this run

name: Main workflow
on:
push:
branches:
- main
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.20.7'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.20.7'