Skip to content

docs: Update README.md #8

docs: Update README.md

docs: Update README.md #8

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Test
run: go test -v ./...