Skip to content

fix(README): updates README.md to reflect current state #29

fix(README): updates README.md to reflect current state

fix(README): updates README.md to reflect current state #29

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '1.22.2'
- name: Test
run: go test -v ./...