Skip to content

docs: Update CHANGELOG for v0.4.0 and improve project documentation #6

docs: Update CHANGELOG for v0.4.0 and improve project documentation

docs: Update CHANGELOG for v0.4.0 and improve project documentation #6

Workflow file for this run

name: Go CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./...