Skip to content

chore: add badge to doc #13

chore: add badge to doc

chore: add badge to doc #13

Workflow file for this run

name: Test Go Package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Go package
run: make test