Skip to content

docs: fix the invalid link to LICENSE #1

docs: fix the invalid link to LICENSE

docs: fix the invalid link to LICENSE #1

Workflow file for this run

---
name: Test
on:
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test ./...