Skip to content

chore: add interfaces and export types #17

chore: add interfaces and export types

chore: add interfaces and export types #17

Workflow file for this run

---
on:
pull_request:
branches:
- main
name: Test
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04 ]
go: [ '1.17', '1.18', '1.19' ]
name: Test on go ${{ matrix.go }} and ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test